Closed nicraMarcin closed 3 years ago
Hi, How to check with kubectl get pod ... display information about master and replicas pods?
kubectl get pod ...
Thank you for your message. Please try this command:
For Primary pod (master pod):
kubectl get pods -l replicationRole=primary
For Replica pod(s):
kubectl get pods -l replicationRole=replica
Hi, How to check with
kubectl get pod ...
display information about master and replicas pods?