1 / 5
The team will ___ a new deployment to the cluster.
-
-
-
-
You apply a deployment with kubectl apply. Apply is the precise technical verb; the others do not fit. So apply a deployment.
2 / 5
We need to ___ the number of replicas to handle more traffic.
-
-
-
-
You scale the replicas. Scale is the exact collocation in Kubernetes; the others are vague. So scale the number of replicas.
3 / 5
A rolling update lets you ___ the deployment without downtime.
-
-
-
-
You update a deployment. Update is the standard collocation; the others do not fit. So update the deployment.
4 / 5
If something breaks, you can ___ the deployment to the previous version.
-
-
-
-
You roll back a deployment. Roll back is the precise technical collocation; wind back is informal. So roll back the deployment.
5 / 5
Engineers ___ the deployment's health by watching pod status.
-
-
-
-
You check the deployment's health. Check is the standard collocation; the others are less precise. So check the deployment's health.