Skip to main content

2025년 10월 15일

Horizon Cloud Connector 2.0 and Later - Administrative Commands for Horizon Cloud Connector Clusters

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.

이 페이지가 도움이 되었나요?

이 항목에 대한 피드백 보내기

이 항목이 도움이 되었나요?

개인정보나 기밀정보는 입력하지 마세요.

링크를 생성하는 중…