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