Re: Flink and Prometheus setup in K8s

2019-05-16 Thread Fabian Hueske
Thanks for sharing your solution Wouter! Best, Fabian Am Mi., 15. Mai 2019 um 15:28 Uhr schrieb Wouter Zorgdrager < w.d.zorgdra...@tudelft.nl>: > Hi all, > > To answer my own questions I worked on the following solution: > > 1) Custom Docker image which pulls the Flink image and moves

Re: Flink and Prometheus setup in K8s

2019-05-15 Thread Wouter Zorgdrager
Hi all, To answer my own questions I worked on the following solution: 1) Custom Docker image which pulls the Flink image and moves Prometheus jar to the correct folder [1, 2]. 2) I wrote manifests for Kubernetes with service discovery configuration for Kubernetes [3]. Besides the 'official'

Re: Flink and Prometheus setup in K8s

2019-05-14 Thread Yun Tang
the cluster in k8s. Best Yun Tang From: Wouter Zorgdrager Sent: Monday, May 13, 2019 20:16 To: user Subject: Flink and Prometheus setup in K8s Hey all, I'm working on a deployment setup with Flink and Prometheus on Kubernetes. I'm running into the

Flink and Prometheus setup in K8s

2019-05-13 Thread Wouter Zorgdrager
Hey all, I'm working on a deployment setup with Flink and Prometheus on Kubernetes. I'm running into the following issues: 1) Is it possible to use the default Flink Docker image [1] and enable the Prometheus reporter? Modifying the flink-config.yaml is easy, but somehow the Prometheus reporter