Configure Azure CNI networking in Azure Kubernetes Service (AKS)
This module introduces Azure CNI networking and how to configure it in Azure Kubernetes Service (AKS). We cover some Kubernetes networking basics. Including, how certain resource types use IP addresses, how to size a cluster for a workload, and how to design a network for an AKS cluster using Azure CNI.
Learning objectives
By the end of this module, you're able to:
- List the key Kubernetes resource types that require network access.
- Assess an application's needs and how those needs can affect network design.
- Understand the process of sizing an AKS cluster for your workloads.
- Design a network for an AKS cluster using Azure CNI.
Prerequisites
Before you begin, you should have a basic understanding of the following concepts:
- Docker containers.
- Kubernetes.
- Networking basics, such as IP addresses and CIDR (Classless Inter-Domain Routing) address ranges.