Single Dashboard with Job Cluster on K8s

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Single Dashboard with Job Cluster on K8s

Akash Goel
Hi,

If I create multiple job clusters on Kubernetes then is it possible to view all the jobs in a single Flink Dashboard or do I need to maintain multiple dashboards.

Thanks,
Akash Goel


Reply | Threaded
Open this post in threaded view
|

Re: Single Dashboard with Job Cluster on K8s

Yang Wang
Hi Akash,

If you create a flink session cluster fisrt, and then submit multiple flink job to the existing
session cluster, you could have a Flink Dashboard that contains multiple jobs.
If you create multiple per-job flink cluster, there is no a dashboard or webui to view all
the flink jobs. Each flink cluster has its own dashboard. Kubernetes dashboard could
be used to view all the resources, Deployments, Services, ConfigMaps, etc.

Best,
Yang

Akash Goel <[hidden email]> 于2019年12月15日周日 下午10:54写道:
Hi,

If I create multiple job clusters on Kubernetes then is it possible to view all the jobs in a single Flink Dashboard or do I need to maintain multiple dashboards.

Thanks,
Akash Goel