Saturday 11 July 2020

Kubernetes: Get Cluster information

'kubectl cluster-info' command print the cluster information to console.

$kubectl cluster-info
Kubernetes master is running at https://192.168.99.100:8443
KubeDNS is running at https://192.168.99.100:8443/api/v1/namespaces/kube-system/services/kube-dns:dns/proxy

To further debug and diagnose cluster problems, use 'kubectl cluster-info dump'.




Previous                                                    Next                                                    Home

No comments:

Post a Comment