Kubernetes - Labels and Selectors
You run
kubectl get pods -l app=frontend env=prod but get an error. What is the mistake?kubectl get pods -l app=frontend env=prod but get an error. What is the mistake?-l app=frontend env=prod without a comma between labels, which is invalid syntax.-l app=frontend,env=prod to work properly.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions