DevTools

Kubernetes Commands

A Kubernetes commands quick reference for developers and ops, covering kubectl basics, Pods, workloads, Services, ConfigMap/Secret, storage, RBAC and troubleshooting, with search and one-click copy.

Processed locally in your browser; data is not uploaded

Features

FAQ

Do the commands need cluster permissions?

Most kubectl commands require the current kubeconfig to have matching permissions; use kubectl auth can-i to check if access is denied.

How do I learn command parameters?

Append --help to any command, or use kubectl explain to view resource field meanings.

Related tools