For the Prometheus ecosystem, directly instrument your own app and have
Prometheus scrape that. for redis and nginx add the relevant exporters* to
the pod, let them connect to the service over localhost, and scrape that.
They don't need to be in the same container, the pod concept is there for
exac
Hi Folks,
A pretty noob question.
Suppose I'd like collect, ship and visualise custom metrics (non Kube metrics)
of services stats such as: Redis, Nginx etc or even my own custom services
running on pods in different name-spaces.
What is currently the best practice for collecting and visualis
Hi,
There is a following limitation mentioned in Crob Jobs section:
A cron job creates a job object about once per execution time of its schedule.
We say “about” because there are certain circumstances where two jobs might be
created, or no job might be created.
I can live with fact that the j