Hi, I am running a POC to run flink 1.13 on Native Kubernetes. Per documentation [1] this supports custom pod templates. Are there any references for sample pod templates which can be used as a baseline to build upon. Could not find any references, documentation[1] has one sample for pod-template.yaml which is for flink-main-container.
1. I would like to specify the task manager/job manager memory configurations from pod templates. 2. Secondly, how can the metrics be captured, is it possible to use service-monitor. [1] - https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/deployment/resource-providers/native_kubernetes/ Thanks, Hemant