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 .mdJSON
Readiness
Great for agents · 75/100
Verify
kubectl config current-context
Agent URL
/cli/kubectl/agent.md

Quick reference

Install
brew install kubectl
Verify
kubectl config current-context
First command
kubectl config get-contexts && kubectl get pods -A
Machine JSON
/cli/kubectl.json

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