I have managed k8s services like EKS and GKE to provide cloud-native CNIS.
https://docs.aws.amazon.com/eks/latest/userguide/pod-networking.html https://cloud.google.com/kubernetes-engine/docs/concepts/alias-ips
We can install also deploy service mesh like is provided by CNI in the cluster https://istio.io/latest/docs/setup/additional-setup/cni/
Now, As part of the Istio installation, if we deploy Istio CNI along with VPC native CNI how would the cluster network behave since both CNI's are running in parallel inside the cluster? Any help will be appreciated!!