Hi All, How to restart kubenet cluster?

sababathy chakravarthy:
Hi All, How to restart kubenet cluster?

Fernando Jimenez:
Please, elaborate.

sababathy chakravarthy:
in our production cluster, there was issue with rabbbitmq which was reported like partition broken, so they decided to restart the cluster… @Fernando Jimenez

sababathy chakravarthy:
once retarted the cluster, its working…

sababathy chakravarthy:
i just want to know whether they restarted rabbit cluster or kubernet cluster

Fernando Jimenez:
A Kubernetes cluster is composed of multiple binaries running in multiple machines. When we ask about restarting Kubernetes like if it were a single program it is a bit ambiguous. However, rabbittmq is not one of those component. The likelihood is that rabbitmq was running as part of a statefulset in side of the Kubernetes cluster.

Fernando Jimenez:
They must had dealt with that rabbitmq statefulset and not with the Kubernetes cluster itself.

sababathy chakravarthy:
may rabbitmq cluster available inside k8s cluster?

sababathy chakravarthy:
oh ok… thanks for the clarification