Show detailed info about a pod
Show detailed info about a node
Show detailed info about a service
Show detailed info about a deployment
kubectl describe deployment <deployment-name>
Provides event details and replica statuses.
Describe that deployment
kubectl describe deployment nginx-deploy
Scale replicas of a deployment
Remove a deployment
Perform rolling update of deployment