What does the kubectl command do in Kubernetes?
a) Automates testing
b) It is the command-line interface to communicate with Kubernetes clusters
c) Monitors application performance
d) Handles backups of the cluster
Answer:
b) It is the command-line interface to communicate with Kubernetes clusters
Explanation:
kubectl
is the command-line tool that allows users to interact with Kubernetes clusters, performing tasks like deploying applications and managing resources.