(GCP) Google Cloud Platform Kubernetes
Which of the following commands is used to check the deployment of whether replicas are running in a cluster?
1) kubectl describe deployments
2) kubectl get services
3) kubectl get deployments
4) Both kubectl get deployments and kubectl describe deployments
Answers
Answered by
1
Answer:
3)kubectl get deplyments is the right answer
Similar questions