exam questions

Exam AZ-304 All Questions

View all questions & answers for the AZ-304 exam

Exam AZ-304 topic 5 question 53 discussion

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

You have an Azure subscription.
You need to deploy an Azure Kubernetes Service (AKS) solution that will use Linux nodes. The solution must meet the following requirements:
✑ Minimize the time it takes to provision compute resources during scale-out operations.
✑ Support autoscaling of Linux containers.
✑ Minimize administrative effort.
Which scaling option should you recommend?

  • A. Virtual Kubelet
  • B. cluster autoscaler
  • C. horizontal pod autoscaler
  • D. AKS virtual nodes
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
leo_az300
Highly Voted 3 years, 8 months ago
YES, there is a SIMILAR question on page 38 BUT it's for a container on WINDOWS OS!!! In this question with LINUX os, it should be virtual nodes. D To rapidly scale application workloads in an AKS cluster, you can use virtual nodes. With virtual nodes, you have quick provisioning of pods, and only pay per second for their execution time. You don't need to wait for Kubernetes cluster autoscaler to deploy VM compute nodes to run the additional pods.
upvoted 23 times
...
waqas
Highly Voted 3 years, 8 months ago
D. AKS virtual nodes
upvoted 7 times
...
arun
Most Recent 3 years, 3 months ago
Selected Answer: D
https://docs.microsoft.com/en-us/azure/aks/virtual-nodes
upvoted 2 times
...
xyz213
3 years, 4 months ago
D is correct
upvoted 1 times
...
[Removed]
3 years, 5 months ago
Selected Answer: D
Answer is D for this. AKS Virtual Node (Linux Environment) Q45 is Windows environment and there "auto scaler" is right answers.
upvoted 5 times
...
Eitant
3 years, 5 months ago
Selected Answer: D
It's Linux and not Windows
upvoted 2 times
...
syu31svc
3 years, 8 months ago
https://docs.microsoft.com/en-us/azure/aks/virtual-nodes Answer is D
upvoted 2 times
...
gcparchitect007
3 years, 8 months ago
It should be a horizontal pod scaler since its mentioned the containers auto-scaling here, in the case of node autoscaling we may use the cluster autoscaler.
upvoted 4 times
...
exampass999
3 years, 9 months ago
correct. https://www.examtopics.com/exams/microsoft/az-304/view/38/ #45
upvoted 2 times
cfsxtuv33
3 years, 8 months ago
I believe that's page 40, question 45. So yes, the answer is still AKS virtual nodes. The answer on page 40, question #45 is: "D: Virtual nodes with Virtual Kubelet ACI.
upvoted 1 times
...
...
goodengo
3 years, 9 months ago
Correct answer should be A - Virtual Kuberlet "To rapidly scale application workloads in an AKS cluster, you can use virtual nodes. With virtual nodes, you have quick provisioning of pods, and only pay per second for their execution time. You don't need to wait for Kubernetes cluster autoscaler to deploy VM compute nodes to run the additional pods. Virtual nodes are only supported with Linux pods and nodes." "The virtual nodes add-on for AKS, is based on the open source project Virtual Kubelet" https://docs.microsoft.com/en-us/azure/aks/virtual-nodes
upvoted 4 times
subbu3071988
3 years, 8 months ago
A is incorrect. You don't require Virtual Kubelet ACI for Linux. Its needed for manual mode for Windows. So correct option is D. AKS Virtual Nodes.
upvoted 2 times
...
...
kampatra
3 years, 9 months ago
Seems correct, duplicate question!!!
upvoted 3 times
rdemontis
3 years, 6 months ago
No it's not duplicate. The previous refers to Windows-based Pods. In that case Autoscaler was the correct answer. Now you can reduce the auto-scale process duration using Virtual Nodes
upvoted 2 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 ...