kubectl shell - exec into a shell-less pod

7 months ago
1

docker debug has a kubernetes equivalent available via `kubectl shell` to exec into any pod and bring a whole set of tools with you, no need to modify the target container filesystem(s) to install anything

Loading comments...