AZ-303 Exam QuestionsBrowse all questions from this exam

AZ-303 Exam - Question 135


You create an Azure Kubernetes Service (AKS) cluster that uses B2s node size. The cluster configured as shown in the exhibit. (Click the Exhibit tab.)

Exam AZ-303 Question 135

You deploy a containerized application named App1 to the agentPool node pool in AKScluster1.

You need to create a containerized application named App2 that runs on four nodes of size DS3 v2.

What should you do first?

Show Answer
Correct Answer: B

To run App2 on nodes of size DS3 v2 while retaining App1 on its current configuration, you need to create a new node pool with the desired DS3 v2 size in the existing AKS cluster. Each node pool can have a different VM size, enabling you to run different workloads with varying resource requirements. This avoids any disruption to App1 by segregating the workloads based on their specific needs.

Discussion

12 comments
Sign in to comment
TSMRE
Jun 3, 2021

Given answer is correct :)

RubberenRobbie
Jun 4, 2021

A: wrong upgrading has to do with Kubernetes version C: wrong this cluster cannot autoscale D: wrong this is for using ACI in your cluster Unfortunately B. is also WRONG. You cannot Add a node pool if scale sets are not enabled. Still B. is the best answer, but it will not work in this particular config

tita_tovenaar
Jul 23, 2021

comment is incorrect when it comes to D. Adding virtual pods is perfectly supported and not limited to (non-Kubernetes) ACI, see ref: https://docs.microsoft.com/en-us/azure/aks/virtual-nodes

syu31svc
Aug 28, 2021

https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools In Azure Kubernetes Service (AKS), nodes of the same configuration are grouped together into node pools. These node pools contain the underlying VMs that run your applications. B is correct

anupam77
Jun 19, 2021

Correct answer : B https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools#specify-a-vm-size-for-a-node-pool

tita_tovenaar
Jul 23, 2021

We lack info to be sure while picking the right answer, as this is dependent on the initial config of App1. Alternatively we have to assume that App1 has default nodes which are DS2v2 (different from DS3v2 required by App2) I'm guessing the actual exam question has clickable sections and we only see one shot here. Having said that, bear with me: A - wrong, this is related to Kubernetes software version B - valid answer, ref. https://docs.microsoft.com/en-us/azure/aks/use-multiple-node-pools C - probably wrong as App1 and App2 (probably) have different specs D - virtual nodes are not meant for this use case, but rather to wrap Kubernetes around other services that support containers such as AWS Fargate, IoT Edge, Hyper.sh or Microsoft’s ACI

edmacoar123
Nov 19, 2021

On exam today 19/11/21. Correct answer. Score 860.

Amit3
Jun 3, 2021

Answer is correct.

TSMRE
Jun 8, 2021

On exam 6/7/21

Mikeliz
Jun 9, 2021

I think A should be the answer. The created AKS runs on B2S, the App2 needs needs to run 4 nodes of size DS3 v2. This should be upgraded.

nakedSnake666
Jun 9, 2021

question leads to admit that app1 migut still run on the B machines. So, a new pool will do for app2

leo_az300
Aug 6, 2021

Answer is correct. The only tricky part is that the question should specify AKS cluster load balance SKU The AKS cluster must use the Standard SKU load balancer to use multiple node pools, the feature is not supported with Basic SKU load balancers.

MinhajR
Aug 27, 2021

On Exam 27/08/2021

moon2351
Feb 6, 2022

Answer is B