Hi, First time user , I'm just evaluating Flink at the moment, and I was reading https://ci.apache.org/projects/flink/flink-docs-stable/ops/deployment/kubernetes.html#deploy-job-cluster and I don't fully understand if a Job Cluster will autoterminate after the job is completed (for at batch job) ?
The examples look to me like like the task manager pods will continue running as it's configured as Deployment. So is there any way to achieve "autotermination" or am I supposed to monitor the job status externally (like from airflow) and delete the JobManager and TaskManager kubernetes resources from there? -- /Rubén Laguna