kubectl cluster management commands¶
The kubectl cluster-info command is used to retrieve information about the Kubernetes cluster, specifically displaying the address of the Kubernetes master (control plane) and core services^[400-devops-06-kubernetes-k8s-ithelp-day4-readme.md]. To view the status and details of the individual nodes within the cluster, the command kubectl get nodes is utilized^[400-devops-06-kubernetes-k8s-ithelp-day4-readme.md].
Additionally, version information for both the client and the server can be checked using kubectl version --short^[400-devops-06-kubernetes-k8s-ithelp-day4-readme.md].
Related Concepts¶
- Kubernetes
- [[Docker Desktop]]
Sources¶
^[400-devops-06-kubernetes-k8s-ithelp-day4-readme.md]