Ephemeral Jobs Monitoring Using Prometheus PushGateway

As with any other long-running services, Ephemeral (or in Kubernetes term Batch or Cron) Jobs also needs to be monitored to gather critical metrics and for Altering when something goes wrong. This article describes how we can monitor these short-lived jobs by explaining What is the problem with Prometheus What is PushGateway & why it is necessary Demo using a sample application

July 14, 2020 · Ramesh Lingappan