connect using kubectl

  • Initiate cluster connection effortlessly with kubectl – click on “kubectl” to proceed.

kubectl

  • Upon selecting ‘kubectl,’ a command-line interface will open, affirmatively indicating the successful establishment of your cluster connection.

kubectl

  • Execute the command line: “kubectl get nodes “to access detailed information about the nodes in your connected cluster

kubectl

  • For an overview of active services in the cluster, use “kubectl get service” for essential details like names, types, IPs, and ports.

kubectl

  • To obtain a comprehensive overview of historical events within the Kubernetes cluster, utilize the professional command: “kubectl get event”

kubectl

Return to Cluster Operation: