
Answer-first summary for fast verification
Answer: Command with 'update' and 'max-surge 2' parameters.
The correct command to perform a coordinated upgrade of an existing AKS node pool by deploying two new nodes while minimizing costs is: 'az aks nodepool update -n pool1 -g RG1 --cluster-name cluster1 --max-surge 2'. The 'update' command is used to modify existing properties of a node pool, and the 'max-surge' parameter specifies the number of additional nodes to be used during the upgrade.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
In an Azure subscription with an AKS cluster Cluster1 and a node pool Pool1, perform a coordinated upgrade with two new nodes while minimizing costs. How should the command be completed?
A
M u f f a y Highly Voted 1 year ago Answer is WRONG.
B
Assumption of a typo from 'updates' to 'update'.
C
Command with 'update' and 'max-surge 2' parameters.
D
Clarification on not using 'add' for an existing node pool.
E
Explanation for using 'update' to modify node pool properties.
No comments yet.