kubectl debug injects a fresh container into a running pod. It doesn't exec into the existing one. This matters when your app container has no shell.
kubectl debug injects a fresh container into a running pod. It doesn't exec into the existing one. This matters when your app container has no shell.