kubectl
is the command-line tool for interacting with Kubernetes clusters. It allows you to deploy applications, inspect resources, manage cluster components, and troubleshoot issues.
kubectl [COMMAND] [TYPE] [NAME] [FLAGS]
COMMAND
: The action you want to perform (e.g., get, describe, delete).