Hi. I just wonder Flink deployment both between Application mode VS Session mode.
Given that i use K8s as resource provider for running Flink. If I just use Flink Operator to run one job per Flink session cluster, it would be the similar as using Flink Application in regards to resource isolation, Excepts, one point
1. where main() is executed, which is on Jobmanager for Application mode and on clients for Session mode