Hello, I plan to run topologies on a Flink session cluster on Kubernetes. In my topologies, operators will have varying resource requirements in term of CPU and RAM. How can I make these informations available from Flink to Kubernetes so the latter takes it into account to optimize its deployment ?
I am trying to achieve something similar to Apache Storm/Trident Resource Aware Scheduler <https://storm.apache.org/releases/2.0.0/Trident-RAS-API.html>. Kind regards, Michaël