The kubectl cluster-info command displays the following information about the Kubernetes cluster:
- Kubernetes API Server URL: The endpoint for accessing the Kubernetes API server.
- Kube-DNS Service: The address of the DNS service used for service discovery within the cluster.
- Cluster Add-ons: Information about any additional services or add-ons running in the cluster, such as dashboard or monitoring tools.
This command helps you verify the status of the cluster and ensures that your kubectl configuration is correct.
