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

Exam AZ-104 All Questions

View all questions & answers for the AZ-104 exam

Exam AZ-104 topic 4 question 82 discussion

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

HOTSPOT
-

You are creating an Azure Kubernetes Services (AKS) cluster as shown in the following exhibit.



Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Alex2022_31
Highly Voted 1 year, 10 months ago
1) Modify the Network configuration setting "To run an AKS cluster that supports node pools for Windows Server containers, your cluster needs to use a network policy that uses Azure CNI (advanced) network plugin." Ref: https://learn.microsoft.com/en-us/azure/aks/learn/quick-windows-container-deploy-cli 2) AKS-Managed Azure Active Directory Ref: https://learn.microsoft.com/en-us/azure/aks/cluster-container-registry-integration?tabs=azure-cli
upvoted 55 times
jodtzz
3 weeks ago
It's amazing that the first link you provide actually points out that two answers to the first part of the question are correct: "To run an AKS cluster that supports node pools for Windows Server containers, your cluster needs to use a network policy that uses Azure CNI (advanced) network plugin. The --network-plugin azure parameter specifies Azure CNI." "By default, an AKS cluster is created with a node pool that can run Linux containers. You must add another node pool that can run Windows Server containers alongside the Linux node pool."
upvoted 2 times
RVivek
3 days, 23 hours ago
The firsl like also says , "To run an AKS cluster that supports node pools for Windows Server containers, your cluster needs to use a network policy that uses Azure CNI (advanced) network plugin. The --network-plugin azure parameter specifies Azure CNI." So to add a node pool network settings should be chnaged first
upvoted 1 times
...
...
...
zellck
Highly Voted 1 year, 9 months ago
1. modify the Network configuration setting 2. AKS-managed Azure AD https://learn.microsoft.com/en-us/azure/aks/learn/quick-windows-container-deploy-cli#create-an-aks-cluster To run an AKS cluster that supports node pools for Windows Server containers, your cluster needs to use a network policy that uses Azure CNI (advanced) network plugin. https://learn.microsoft.com/en-us/azure/aks/cluster-container-registry-integration?tabs=azure-cli The AKS to ACR integration assigns the AcrPull role to the Azure Active Directory (Azure AD) managed identity associated with your AKS cluster.
upvoted 22 times
...
SeMo0o0o0o
Most Recent 2 months, 1 week ago
CORRECT
upvoted 1 times
...
Amir1909
8 months, 1 week ago
- increase the number of node Pools - Authentication method
upvoted 6 times
...
lulzsec2019
1 year, 4 months ago
topic 4 question 81 is missing.
upvoted 17 times
...
ericZX
1 year, 7 months ago
(1) Modify the Network configuration setting Tested in lab, if the Network configuration is Kubenet, you will not be able to add a windows node pool, you have to change it from Kubenet to Azure CNI first. Next step, you need to add a new node pool All AKS clusters are created with a default first node pool, which is Linux-based. This node pool contains system services that are needed for the cluster to function. ...The first Linux-based node pool can't be deleted unless the AKS cluster itself is deleted. https://learn.microsoft.com/en-us/azure/aks/windows-faq?tabs=azure-cli
upvoted 5 times
...
ChakaZilly
1 year, 9 months ago
Increase the number of node pools (First node is linux only) AKS-managed Azure Active Directory (Needs the ACR-Pull role)
upvoted 6 times
...
examtopics999
1 year, 10 months ago
https://learn.microsoft.com/en-us/azure/aks/learn/quick-windows-container-deploy-cli "To run an AKS cluster that supports node pools for Windows Server containers, your cluster needs to use a network policy that uses Azure CNI (advanced) network plugin." Above diagram uses Kubenet Network configuration - That needs to be modified to Azure CNI. Hence firt box answer is "modify the network configuration setting" To use Windows Server node pools, you must use Azure CNI. The use of kubenet as the network model is not available for Windows Server containers. Also, Windows Containers need their own Node pool as default AKS configuration is for Linux containers. There is a possibility of "increase the number of node pools" as well - as current node pool count is 1. However, first step would be to fix Network configuration.
upvoted 9 times
yaboo1617
1 year, 7 months ago
If first node is for Linux, then CNI is only required for the second pool. So first step would be to add a pool.
upvoted 1 times
...
...
1475
1 year, 10 months ago
By default, an AKS cluster is created with a node pool that can run Linux containers. Use az aks nodepool add command to add an additional node pool that can run Windows Server containers alongside the Linux node pool. https://learn.microsoft.com/en-us/azure/aks/learn/quick-windows-container-deploy-cli
upvoted 8 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 ...