Flink task manager PODs autoscaling - K8s installation

2025-05-11 Thread Kamal Mittal via user
Hello, For Flink Task Manager K8s PODs autoscaling, it is mandatory to use Flink Kubernetes Operator/HPA or only flink provided scheduler is sufficient as below? jobmanager.scheduler: adaptive Also what is the additional work done by below configuration? job.autoscaler.enabled: "true" Please

flink on native kubernetes does not rely on deployment to start Pod

2025-05-11 Thread melin li
Hello, flink on native kubernetes starts the task. If the pod fails, the pod will keep trying to restart. Especially the batch mode. I don't want to keep restarting. flink on native kubernetes starts Pods directly. Is this design more reasonable?