The kubectl cluster-info command provides essential information about your Kubernetes cluster, including:
- Kubernetes master endpoint: The URL for the Kubernetes API server.
- DNS service: The endpoint for the cluster's DNS service.
- Dashboard (if installed): The URL for accessing the Kubernetes dashboard.
This command helps you quickly verify the status and accessibility of your cluster components.
