NService Bus Health checks

Is there any Health checks that can be used when running NSB in a console service with Kubernetes.

The reason is that sometimes (rarely) NSB stops processing and what is required is a restart of the container. If there are health checks then K8s can restart the pod. This is under the assumption that 3 pods are running

Hi @ekjuanrejon

What is causing your endpoints to stop processing messages?

In case of critical errors, we recommend to stop the process (which should then be handled by Kubernetes), you can see Docker Container Host • dotnet new Templates • Particular Docs. Would that work in your case?