Jay Ghiya
Jay Ghiya
Okay. Can you please share those options? As flink operator creates a session cluster and apache flink does not support Reactive scaling on session cluster as of now. On Mon,...
@anandswaminathan sure Here is the link for reactive scaling on flink through hpa -> [Flink Reactive Scaling](https://flink.apache.org/2021/05/06/reactive-mode.html ). Here is the link to the poc that was done with keda....
@knechtionscoding any reason for closing this ? looking for k6 integration with linkerd . right now it does not work in terms of it does not event start.
sure @Yang-LI-CS . Here is the repo where I had run a experiment with keda using flink's official Kubernetes operator (https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/) ->https://github.com/JayGhiya/Flink-AutoScale-Poc . The experience is consistent and stable. what...
cc: @yuhongsun96 cc: @Weves
@sebracs understood. let me give it a shot and first release a helm chart without disturbing current github actions.
Hey i tried a draft of helm charts. Some problems with vespa stateful set solved some. Some are pending. Right now at an Indian wedding which will last for 4-5...
@sebracs so current issue is both the deployments - api-server-deployment and background-deployment are referring to same persistent volume. so and persistence type is readwriteonce which is causing race condition. the...
right now it will only work if multiple Pods that mount the same volume are running on the same node. thats a limitation that we need to get rid of....
Yea that is doable if they do not need sharing but right now I am unsure regarding roles and responsibilities of both the components. If I can get clarity on...