Hey everyone, does anyone know if there are plans ...
# random
r
Hey everyone, does anyone know if there are plans to support a blue-green deployment type in the official flink k8s operator project? Similar to what’s already available under the lyft operator.
g
it is not planned at the moment
r
ok, thanks. This would be a really important feature for use cases that require strict SLAs. From what I have seen, teams build custom solutions to address this issue. But seems appropriate to me to have the operator handle such logic.
My team is also evaluating existing solutions vs building our own. Right now we manage our own k8s deployment. We’re evaluating existing operators and prefer to use the official one supported by Flink. Possible to have this in the roadmap?
g
I think this is something that can be easily implemented on top of the operator
It is much more advanced than current open source solutions including Lyft , google , Spotify operators etc
There was a mailing list discussion about this recently and some of us feel that blue green deployments are often misunderstood and overrated and do not provide the guarantees most users assume
So we currently feel it's not worth the complication
r
Can you please link me the thread?
You can try reviving the mailing list discussion if you feel strongly about this :) in any case someone would have to build this. Create a FLIP etc
👍 1