Remembering every kubectl flag is tedious. The kubectl Command Builder is an interactive flag picker: choose the verb and resource, fill in the name, namespace, label selector and output format, and the exact command appears as you type.
It supports get, describe, create, delete, apply, logs, exec, scale, edit, explain, port-forward, rollout, label, annotate, expose and config. Toggle -A (all namespaces) and -w (watch), pick an output format, and append any extra flags you need. The preview updates live so you can see the final command before copying.
Everything runs locally and nothing is uploaded; no cluster connection is made.