Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam AZ-104 topic 5 question 61 discussion

Actual exam question from Microsoft's AZ-104
Question #: 61
Topic #: 5
[All AZ-104 Questions]

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?

  • A. kubenet
  • B. Azure Container Networking Interface (CNI)
  • C. Hybrid Connection endpoints
  • D. Azure Private Link
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
With Azure CNI, every pod gets an IP address from the subnet and can be accessed directly. These IP addresses must be unique across your network space.
Incorrect Answers:
A: The kubenet networking option is the default configuration for AKS cluster creation. With kubenet, nodes get an IP address from the Azure virtual network subnet. Pods receive an IP address from a logically different address space to the Azure virtual network subnet of the nodes. Network address translation (NAT) is then configured so that the pods can reach resources on the Azure virtual network.
C, D: AKS only supports Kubenet networking and Azure Container Networking Interface (CNI) networking
Reference:
https://docs.microsoft.com/en-us/azure/aks/concepts-network

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
fedztedz
Highly Voted 3 years, 1 month ago
Answer is correct "B". To have previously reserved IP address for a certain Pod, you should use Azure Container Networking Interface (CNI)
upvoted 70 times
Panapi
1 year, 1 month ago
Answer valid! This question was on the exam 22/02/2023. Scored 920.
upvoted 9 times
...
zzzzzz12345
2 years, 6 months ago
The answer for this question is "B", correct. However, in real world, this is many times seen as a bad-practice: in k8s you should prefer connect to "services" instead of "pods-ips". Very bad practice...
upvoted 18 times
...
...
mlantonis
Highly Voted 2 years, 10 months ago
Correct Answer: B
upvoted 50 times
...
tashakori
Most Recent 1 week, 1 day ago
B is right
upvoted 1 times
...
EmnCours
1 year, 7 months ago
Selected Answer: B
Correct Answer: B Nodes = Kubenete Pods = CNI
upvoted 19 times
...
robin1337
1 year, 7 months ago
"On-premises clients connect to App1 by using the IP address of the pod." - seriously, who connects to an App by providing the ClusterIP of a Pod? Pods are ephemeral and get a new IP assigned when they restart. Asking a question in that way is like MS encourages bad practices.
upvoted 5 times
klasbeatz
1 year, 5 months ago
I noticed this too and kind of thought why are they connecting to a POD? no Load balancer or anything just strait to the pod IP address. LOL
upvoted 2 times
...
...
alen995454
1 year, 9 months ago
Nodes = Kubenete Pods = CNI
upvoted 12 times
...
Lazylinux
1 year, 9 months ago
Selected Answer: B
I Luv Honey Because it is B If using Kubnetes Networking then receive an IP address from logically different address space to Azure Virtual Network Subnet and NAT is then used to translate IPs from the PODs to the Azure virtual Network and vice versa If using Azure Container Networking Interface (ACNI): then All PODs get IP from the subnet and can be accessed directly, the ONLY problem with such method is that it could lead to IP address exhaustion
upvoted 9 times
...
techie_11
1 year, 11 months ago
On exam 4/12/2022. correct answer
upvoted 3 times
...
InvisibleShadow
2 years ago
This question came in the exam today 8/Mar/2022. I passed the exam, 95% questions came from here.
upvoted 2 times
MMsdk
1 year, 12 months ago
Did you have over 200 questions in your exam?
upvoted 9 times
...
...
sid132
2 years ago
On the exam today, 4.March.2022
upvoted 3 times
...
nidhogg
2 years, 1 month ago
On the exam today, 1.feb.2022 Just 761/1000, but OK! :D Thanks to ExamTopics and to you all!
upvoted 4 times
...
im82
2 years, 4 months ago
Was on exam today 19.11.2021. Passed with 920. Correct answer: B
upvoted 8 times
...
ZUMY
3 years ago
B is correct
upvoted 2 times
...
waterzhong
3 years ago
With Azure CNI, every pod gets an IP address from the subnet and can be accessed directly.
upvoted 5 times
...
toniiv
3 years, 1 month ago
CNI is correct
upvoted 2 times
...
emv
3 years, 1 month ago
In AKS, you can deploy a cluster that uses one of the following two network models: Kubenet networking - The network resources are typically created and configured as the AKS cluster is deployed. Azure Container Networking Interface (CNI) networking - The AKS cluster is connected to existing virtual network resources and configurations.
upvoted 12 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...