Kubernetes - ReplicaSets and Deployments
Which of the following is the correct command to check the desired and actual replicas of a Deployment named
webapp?webapp?kubectl get deployment webapp shows desired and actual replicas.kubectl describe pod and kubectl get pods show Pod info, not Deployment summary. kubectl logs shows logs, not replica counts.kubectl get deployment for replicas info [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions