connect using kubectl
- Initiate cluster connection effortlessly with kubectl – click on “kubectl” to proceed.
- Upon selecting ‘kubectl,’ a command-line interface will open, affirmatively indicating the successful establishment of your cluster connection.
- Execute the command line: “kubectl get nodes “to access detailed information about the nodes in your connected cluster
- For an overview of active services in the cluster, use “kubectl get service” for essential details like names, types, IPs, and ports.
- To obtain a comprehensive overview of historical events within the Kubernetes cluster, utilize the professional command: “kubectl get event”
Return to Cluster Operation:
- Return to the main page of Cluster Operation