Free Microsoft Azure AZ-104 Actual Exam Questions - Question 5 Discussion
Question No. 5
You have an Azure subscription. You plan to deploy an Azure Kubernetes Service (AKS)
cluster to support an app named App1. On-premises clients connect to App1 by using the
IP address of the pod. For the AKS cluster, you need to choose a network type that will
support App1. What should you choose?
cluster to support an app named App1. On-premises clients connect to App1 by using the
IP address of the pod. For the AKS cluster, you need to choose a network type that will
support App1. What should you choose?
Select one option, then reveal solution.
US
HE
Haris E.
2026-02-19
B. Kubenet uses NAT, so pods aren’t directly reachable by on-prem IPs. Azure CNI assigns pod IPs from the VNet, making them accessible if the network is connected properly.
0
HE
Haris E.
2026-02-16
It’s A because kubenet uses NAT, so pod IPs aren’t directly reachable from on-prem. Since they need direct pod IP access, kubenet won’t work, leaving Azure CNI as the only fit.
0
OD
Osama D.
2026-01-31
A. Kubenet assigns pod IPs from a separate subnet and NATs them, so on-prem clients can’t directly reach pod IPs. That rules out A since direct pod IP access is needed here.
0
AH
Amit H.
2026-01-15
It’s B. Pods need IPs accessible from on-prem clients.
0