How to get cluster-info?

0143

To get the cluster information in Kubernetes, you can use the following command:

kubectl cluster-info

Steps:

  1. Open your terminal.
  2. Ensure you have access to your Kubernetes cluster.
  3. Run the command above.

This will display the API server endpoint and other relevant information about your cluster.

0 Comments

no data
Be the first to share your comment!