Connecting to Rabbitmq POD and executing its status
Connect to POD
kubectl -n prelude exec -ti rabbitmq-ha-0 bash
Checking status
rabbitmqctl cluster_status

Type exit to get out of the POD
Connect to POD
kubectl -n prelude exec -ti rabbitmq-ha-0 bash
Checking status
rabbitmqctl cluster_status
Type exit to get out of the POD