Skip to content

Working with Pods

Pods are the smallest deployable units Kube9 surfaces in the cluster tree. Use these workflows from the Kube9 view.

Common actions

ActionSteps
View logsRight-click Pod → View Logs (see Pod logs viewer)
DescribeRight-click Pod → Describe
Edit YAMLOpen describe webview → YAML tab, or context menu Edit YAML
DeleteContext menu → Delete (confirmation required)
Port forwardContext menu → port forward when containers expose ports

Multi-container pods

When a pod runs multiple containers, log and describe flows prompt you to pick a container or view All containers for multiplexed logs.

Context menu help

Right-click a Pod and choose Help (when shown) to return to this page from VS Code.

MIT License