0 votes
in Kubernetes K8s by
How to determine the status of deployment?

1 Answer

0 votes
by

To determine the status of the deployment, use the command below:

kubectl rollout status 

If the output runs, then the deployment is successfully completed.

...