kubectl

officialscriptablecautioncontainers / infrabrew

Kubernetes · Kubernetes, cluster debugging, and deployments from the terminal.

$ brew install kubectl
One-liner to try
$ kubectl config get-contexts && kubectl get pods -A

Agent pack

Copy into an agent

A markdown-ready setup brief with install, verify, safe starting commands, and guardrails for AI agents.

Open .md
Readiness
Great for agents · 75/100
Verify
kubectl config current-context
Agent URL
/cli/kubectl/agent.md

Quick reference

Installbrew install kubectl
Verifykubectl config current-context
First commandkubectl config get-contexts && kubectl get pods -A

About

The official CLI from Kubernetes. Kubernetes, cluster debugging, and deployments from the terminal. Supports structured output — good for scripts and agents.

Example workflow

1. kubectl config get-contexts && kubectl get pods -A

Alternatives worth considering