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.

Related questions

0 votes
+1 vote
asked Dec 26, 2021 in Kubernetes K8s by SakshiSharma
0 votes
asked Apr 25, 2021 in Kubernetes K8s by sharadyadav1986
...