Your company is deploying a new Azure Kubernetes Service (AKS) cluster to host a microservices application. The Azure environment includes a virtual network named `VNet1` with the address space . The AKS cluster will be deployed into a subnet named `aks-subnet` (). The cluster is required to scale up to nodes, with each node supporting a maximum of pods. The pods must be able to communicate with on-premises database servers over an existing ExpressRoute connection. To prevent virtual network IP address exhaustion, the network security team mandates that pod IP addresses must not be allocated from the address space. Additionally, the solution must not require the configuration or management of user-defined routes (UDRs) or route tables for pod routing. Which network configuration should you use for the AKS cluster?
- Azure CNI OverlayAnswer
- BKubenet
- CAzure CNI with dynamic pod IP allocation
- DAzure CNI with static IP allocation