Kubectl Command Generator
Visually generate common Kubernetes management commands. No need to memorize complex flags.
Select Scenario
Resource
Name
Namespace
All Namespaces
Output Format
Label Selector
Generated Command
Supported Scenarios
- Get Resources: List Pods, Services, Deployments, etc. Supports output formats (-o wide/yaml/json).
- Describe: View resource details.
- Logs: View Pod logs with support for multi-containers, follow (-f), and tail.
- Exec: Execute commands inside a Pod container.
- Port Forward: Forward local ports to cluster resources.
- Scale: Scale Deployments or StatefulSets.
- Rollout Restart: Restart applications.
- Delete: Delete resources, supports force delete.
- Config: Switch or view current Context.
Note: Commands default to
defaultnamespace. Adjust as needed.