Re: [kubernetes-users] Custom Services Monitoring on GKE

2017-01-30 Thread Matthias Rampke
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

[kubernetes-users] Custom Services Monitoring on GKE

2017-01-30 Thread paul . podolny
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

[kubernetes-users] Cron Job Limitations question

2017-01-30 Thread milan . sladky
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