This topic lists several commands that you can use to verify the running services and membership of nodes in a Horizon Cloud Connector cluster.
To run the following Kubernetes commands, you must open a Secure Shell (SSH) session to the applicable node in the cluster.
List all services running on all nodes in the cluster
On the primary node, run the command:
kubectl get pods -A -o wide
The command returns all the primary and replica instances of services that are running on the primary and worker nodes of the cluster.
List all the member nodes in the cluster
On the primary node, run the command:
kubectl get nodes -o wide
The command returns all the nodes that are registered as members of the cluster.
Was this page helpful?