What does kubectl cluster-info show?

0177

The kubectl cluster-info command displays the following information about the Kubernetes cluster:

  1. Kubernetes API Server URL: The endpoint for accessing the Kubernetes API server.
  2. Kube-DNS Service: The address of the DNS service used for service discovery within the cluster.
  3. 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.

0 Comments

no data
Be the first to share your comment!