How to remove RabbitMQ Statefulset in Kubernetes cluster

tech kamar
Mar 29, 2024

No matter how many times you delete the rabbitmq stateful set. It will keep coming back as its controller by rabbitmq operator.

To delete the rabbitmq stateful in Kubernets follow the steps below

  1. Delete the namespace rabbitmq-system
kubectl delete ns rabbitmq-system

2. Delete the stateful set

kubectl delete statefulset rabbitmq-server

3. Delete persistent volume claims and volumes related to rabbitmq-server

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

No responses yet

Write a response