Working with Pods
Pods are the smallest deployable units Kube9 surfaces in the cluster tree. Use these workflows from the Kube9 view.
Common actions
| Action | Steps |
|---|---|
| View logs | Right-click Pod → View Logs (see Pod logs viewer) |
| Describe | Right-click Pod → Describe |
| Edit YAML | Open describe webview → YAML tab, or context menu Edit YAML |
| Delete | Context menu → Delete (confirmation required) |
| Port forward | Context 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.