What problem does it solve?
It reduces the risk and confusion of performing live Kubernetes actions—like viewing logs, exec/debugging containers, port-forwarding, draining nodes, and managing long-running operations—by enforcing consistent lifecycle, cleanup, and permission-gated behavior.
Core Features & Use Cases
- Log, exec, and debug workflows: Handles cluster- and object-scoped operations for pod logs, shell sessions, debug containers, and stream lifecycles.
- Port-forward and node maintenance: Manages interactive network access and node drain/maintenance state, including progress and history surfaced to the UI.
- Operation lifecycle, cancellation, and cleanup tests: Ensures runtime operation registry behavior, idempotent stop paths, and cleanup across close/disconnect/cluster removal/auth failure/app shutdown.
Quick Start
Use the operations-workflows skill to design and verify a permission-gated workflow for logs, shell exec, debug containers, port-forwarding, and node drain with correct cleanup and cancellation behavior.