Kubernetes
Pod Logs & Terminal
View Pod logs and open an exec session in a running container.
Open Logs from a Pod and choose one of its regular containers. The viewer uses the same search and follow controls documented for container logs.
The current picker does not promise init-container log selection. Use kubectl logs --init-container when you need an init container that is not offered.
Terminal
Open Terminal, select a container when required, and choose or enter a shell command. Dockerman runs that command directly; it does not automatically probe bash, sh, and zsh. If the command is missing, choose one that exists in the image.
Restarting or deleting the target container ends the session. Terminal history is not restored after an application restart.