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?
Delete the existing cluster and recreate it with the desired Kubernetes version.
Use the Azure CLI to perform an in-place upgrade of the cluster.
Upgrade each node pool individually by replacing the underlying virtual machines.
Apply a rolling upgrade using a deployment manifest file.