Hi all, FLIP-6 outlines improvements in how Flink is used on top of various cluster managers. we already have implementation on Yarn and Mesos, however, no native implementation on K8s. As a follow up, FLINK-9953 <https://issues.apache.org/jira/browse/FLINK-9953> was opened by Till to track this issue, which proposal the native K8s integfation.
Compare to the the basically flink on K8s, which provisioning a static cluster, Flink on native K8s support dynamic allocation, resource isolation and quota management, and better user experience. Here is a initial design <https://docs.google.com/document/d/1Zmhui_29VASPcBOEqyMWnF3L6WEWZ4kedrCqya0WaAk/edit?usp=sharing> document contains more details of the proposal, comments are welcomed. Jin