Kubernetes - Pods
How would you correctly run the command
env inside a Pod named api-server using kubectl exec?env inside a Pod named api-server using kubectl exec?kubectl exec [pod-name] -- [command].api-server and command env, it becomes kubectl exec api-server -- env.--? Yes. [OK]15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions