kubectl Command Builder
Assemble common kubectl commands from a simple form.
How it works
Fill in action, resource, name, namespace, and output format to assemble a kubectl command without memorizing flags. Copy the result straight into your terminal.
Example: choices assemble into a command like kubectl get pods --all-namespaces -o wide.
kubectl get pods