Azure AKS : Azure CNI Demo

preview_player
Показать описание
Use kubenet when:

You have limited IP address space.
Most of the pod communication is within the cluster.
You don't need advanced AKS features such as virtual nodes or Azure Network Policy. Use Calico network policies.
Use Azure CNI when:

You have available IP address space.
Most of the pod communication is to resources outside of the cluster.
You don't want to manage the UDRs.
You need AKS advanced features such as virtual nodes or Azure Network Policy. Use Calico network policies.

My name is Arun Pachehra and i am an IT Professional & a fitness enthusiast. Its been more than 12 years working with various technologies and now i am planning to share with you all. As per plan i am going to publish the entire Az 300 series first and if things would go as planned then a lot of stuff would come your way including Q&A , Production issues and various interesting stuff.
Рекомендации по теме
Комментарии
Автор

can you please help to get the azure documentation where it is mentioned the pods will be assigned from cluster subnet only. not from any other subnet?

manojpunia
Автор

why docker bridge need /16 range - its a bit too big

tigerdeccan