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
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