Microsoft Azure Administrator Associate AZ-104 Practice Question
An administrator needs to update the Kubernetes version of a cluster hosted in Azure to the latest supported release. Which action should the administrator take to accomplish this while keeping the cluster operational?
Upgrade each node pool individually by replacing the underlying virtual machines.
Use the Azure CLI to perform an in-place upgrade of the cluster.
Apply a rolling upgrade using a deployment manifest file.
Delete the existing cluster and recreate it with the desired Kubernetes version.