What does 'kubectl cluster-info' command provide?

0161

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.

0 Comments

no data
Be the first to share your comment!