Kubernetes - Troubleshooting
Which of these is a valid reason to use
kubectl debug instead of kubectl exec?kubectl debug instead of kubectl exec?kubectl exec runs commands inside existing containers, but if the container lacks debugging tools, it won't help. kubectl debug can add a new container with tools.kubectl debug.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions