Tools provided
Tools the agent exposes — your AI client calls them automatically when it needs them.
- kubectl_get — Get or list cluster resources.
- kubectl_describe — Describe a resource in detail.
- kubectl_apply — Apply a manifest to the cluster.
- kubectl_logs — Read logs from a pod or container.
- kubectl_scale — Scale a deployment or statefulset.
- kubectl_delete — Delete a resource.
- kubectl_rollout — Manage or inspect a rollout.
- exec_in_pod — Execute a command inside a pod.
- port_forward — Start a port-forward to a resource.
- install_helm_chart — Install a Helm chart into the cluster.