Kubernetes tools your agent already has
Ask about a cluster in a sentence. Your agent runs the command and reads the output back to you.
9 toolsCluster work is mostly asking the same handful of questions under pressure: which pods are unhealthy, what does that event log say, why will this thing not schedule. An agent with kubectl and your kubeconfig answers those while you are still finding the right context to switch to.
The tools
Preinstalled on every plan, with nothing to set up. A few depend on the engine you pick.
kubectlInspect, apply, scale and debug workloads on any cluster.
helmInstall, upgrade and roll back charts.
helm3The Helm 3 binary, for clusters and charts pinned to it.
kustomizeBuild and patch manifests per environment, without templates.
argocdSync, diff and roll back GitOps applications.
eksctlCreate and manage EKS clusters and their node groups.
kubeconformValidate manifests against the Kubernetes schema before they ship.
sternTail logs from many pods and containers at once.
fluxBootstrap and reconcile Flux GitOps on a cluster.
A real command line, already set up
Every agent runs on a sandboxed machine with the whole toolbox preinstalled. No setup step, on any plan.
