Azure kubernetes - Azure CNI & Istio, sidecar IP allocation?

232 views Asked by At

Our Azure kubernetes cluster is configured with Azure CNI for networking which uses the subnet with CIDR: /21.

As we are planning to deploy Istio service mesh and additional sidecars for log shipping, how would those impact the available IPs? Would those consume the IPs? If so, how to avoid the IP congestion?

1

There are 1 answers

0
4c74356b41 On BEST ANSWER

Kubernetes allocates a single IP per pod, so no matter how many sidecars you have, a single pod will only have a single IP. Basically, you dont need to do anything in this regard