kubectl Commands
The Kubernetes command-line tool.
Basics
Debugging
Deploying
kubectl applyCreates or updates resources to match a manifest file — the standard way to deploy declaratively.
kubectl deleteDeletes resources by name or manifest file.
kubectl rolloutManages the rollout of a Deployment — checking status, viewing history, or rolling back.
kubectl scaleChanges the number of replicas for a Deployment, ReplicaSet, or StatefulSet.