Overview
The official Kubernetes client. The Agent can inspect pods, read logs, roll out updates, and switch contexts — making on-call feel like a conversation, not a disaster.
Features
- CRUD on pods, services, ingress, etc.
- Logs and port-forwarding
- Rolling updates and rollbacks
- Multi-context, multi-namespace
- Custom resource support
Common commands
A few common invocations — the Agent runs them as you in your terminal
$ kubectl get pods -AList pods across all namespaces
$ kubectl logs -f deploy/apiTail logs for a Deployment
$ kubectl rollout undo deploy/apiRoll back the last release