Hi folk, I'm looking for a bit of advice on monitoring the availability of my
asp.net core microservices deployed into Kubernetes. The first basic question I am trying to answer, "Is the microservice running?". We use App Insights and the standard availability monitors won't work as our microservices are in a private network. I then tried to use a HealthCheck Publisher to publish availability data to App Insights. This failed as "no data" does not trigger an alert. I am now staring down the line of the Prometheus/Grafana train but this looks like another massive learning curve. What are people using to answer the simple question, "Is my app running?" when using Kubernetes.