Re: ssl certificate reload capabilities

2025-03-10 Thread Nicolas Fraison via user
gt; G > > > On Mon, Feb 10, 2025 at 10:41 AM Nicolas Fraison via user < > user@flink.apache.org> wrote: > >> Hi, >> >> We are looking into enabling SSL on our flink jobs. >> Following the flink documentation >> https://nightlies.apache.org/flink/flink

ssl certificate reload capabilities

2025-02-10 Thread Nicolas Fraison via user
Hi, We are looking into enabling SSL on our flink jobs. Following the flink documentation https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/security/security-ssl/ is working fine but we have a specific constraint with ssl certificates having only a one day validity. Due to that

Re: flink-kubernetes-operator cannot handle SPECCHANGE for 100+ FlinkDeployments concurrently

2023-11-03 Thread Nicolas Fraison via user
Hi, We have faced a similar issue with flink kubernetes operator, having multiple operators running as leader at the same time. On our side the issue was on the java-operator-sdk which was not well killing operator that lost leadership ( https://github.com/operator-framework/java-operator-sdk/issu

Re: Blue green deployment with Flink Apache Operator

2023-08-31 Thread Nicolas Fraison via user
ew CR allows us to not overcomplicate the existing >>> resource/controller loop but simply leverage it. If you prototype something >>> along these lines, please feel free to share and then we can discuss if we >>> want to incorporate something like this in the operator repo in

Re: Blue green deployment with Flink Apache Operator

2023-08-31 Thread Nicolas Fraison via user
omething like this in the operator repo in the future > :) > > Cheers, > Gyula > > On Wed, Aug 30, 2023 at 1:21 PM Nicolas Fraison via user < > user@flink.apache.org> wrote: > >> Hi, >> >> From https://issues.apache.org/jira/browse/FLINK-29199 it seems

Blue green deployment with Flink Apache Operator

2023-08-30 Thread Nicolas Fraison via user
Hi, >From https://issues.apache.org/jira/browse/FLINK-29199 it seems that support for blue green deployment will not be supported or will not happen soon. I'd like to know if some of you have built a custom mechanism on top of this operator to support the blue green deployment and if you would ha