Activate RabbitMQ Web Console from Kubernetes Pod
Enter the pod by this command.
kubectl exec -ti -n <namespace> <pod-name> -- /bin/bash
Check the pod's deployment.
kubectl get deployment -n <namespace> <pod-name> -o yaml > rabbitmq.yaml
Enter the pod by this command.
kubectl exec -ti -n <namespace> <pod-name> -- /bin/bash
Check the pod's deployment.
kubectl get deployment -n <namespace> <pod-name> -o yaml > rabbitmq.yaml
No Comments