Introduction
Managing a Kubernetes cluster requires commands to control and check the cluster's state. Kubectl is a tool that lets you talk to the cluster to create, update, and see resources easily.
When you want to start a new application by creating pods in your Kubernetes cluster.
When you need to check if your application pods are running or if they have errors.
When you want to update your app by changing its deployment settings.
When you want to delete resources that are no longer needed to keep the cluster clean.
When you want to see detailed information about a specific pod or deployment to troubleshoot.