Interactive Tool

Kubernetes Command Builder

Build kubectl commands interactively. Select your operation, resource, namespace and options, and get a ready-to-copy command instantly.

Build Your Command

Configure the options below.

Display one or more Kubernetes resources

Get Options

Generated Command

Ready to use

kubectl get pods

Command Explanation

1

kubectl is the Kubernetes command-line tool used to communicate with a Kubernetes cluster.

2

get tells kubectl what operation you want to perform.

3

pods tells kubectl which Kubernetes resource to operate on.

⚠️ Before running commands

Review generated commands before running them against a production Kubernetes cluster. Commands such as delete and exec can have significant effects.

Need the complete kubectl reference?

Browse kubectl commands, options, examples and practical Kubernetes usage.

Browse kubectl Commands