Skip to content

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 tools

Cluster 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.

  • kubectl

    Inspect, apply, scale and debug workloads on any cluster.

  • helm

    Install, upgrade and roll back charts.

  • helm3

    The Helm 3 binary, for clusters and charts pinned to it.

  • kustomize

    Build and patch manifests per environment, without templates.

  • argocd

    Sync, diff and roll back GitOps applications.

  • eksctl

    Create and manage EKS clusters and their node groups.

  • kubeconform

    Validate manifests against the Kubernetes schema before they ship.

  • stern

    Tail logs from many pods and containers at once.

  • flux

    Bootstrap and reconcile Flux GitOps on a cluster.

Get started

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.