Kubernetes - kubectl Essential Commands
Which of the following is the correct syntax to start an interactive shell inside a container named
web in pod frontend-pod?web in pod frontend-pod?kubectl exec -it POD_NAME -c CONTAINER_NAME -- /bin/bash. The -it flags come before the pod name, and -- separates command from options.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions