Hello,
Does flink have an official Helm Chart? I haven't been able to find any, the closest most up-to-date one seems to be https://github.com/GoogleCloudPlatform/flink-on-k8s-operator. Is this correct or is there a more mature and/or recommeded helm chart to use? Thank you. |
Hi Pedro,
There is currently no official Kubernetes Operator for Flink and, by extension, there is no official Helm chart. It would be relatively easy to create a chart for simply deploying standalone Flink resources via the Kubernetes manifests described here[1], though it would leave out the ability to upgrade your Flink application via Helm. If you need upgrade capabilities (which most people do) *and* need to use Helm, the Kubernetes Operator approach is the only option for an "all-in-one" experience. In addition to the GCP Operator you mentioned, there's also a Helm chart for Lyft's Operator by lightbend[2] as well as an operator for the Ververica Platform with support for Helm that I've built here[3]. Are you already running Flink on Kubernetes, or just looking to get started easily? Best, Austin [1]: https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/deployment/resource-providers/standalone/kubernetes/ [2]: https://github.com/lightbend/flink-operator [3]: https://github.com/fintechstudios/ververica-platform-k8s-operator/blob/master/docs/guides/deployment.md On Mon, May 17, 2021 at 7:14 AM Pedro Silva <[hidden email]> wrote: > Hello, > > Does flink have an official Helm Chart? I > haven't been able to find any, the closest most up-to-date one seems to be > https://github.com/GoogleCloudPlatform/flink-on-k8s-operator. > Is this correct or is there a more mature and/or recommeded helm chart to > use? > > Thank you. > |
Sorry @dev list for the pings – I misread which thread I was replying to.
@Pedro Silva <[hidden email]> – the [hidden email] list is used for developers working on Flink itself. Please use [hidden email] for future questions :) Best, Austin On Mon, May 17, 2021 at 3:58 PM Austin Cawley-Edwards < [hidden email]> wrote: > Hi Pedro, > > There is currently no official Kubernetes Operator for Flink and, by > extension, there is no official Helm chart. It would be relatively easy to > create a chart for simply deploying standalone Flink resources via the > Kubernetes manifests described here[1], though it would leave out the > ability to upgrade your Flink application via Helm. > > If you need upgrade capabilities (which most people do) *and* need to use > Helm, the Kubernetes Operator approach is the only option for an > "all-in-one" experience. In addition to the GCP Operator you mentioned, > there's also a Helm chart for Lyft's Operator by lightbend[2] as well as an > operator for the Ververica Platform with support for Helm that I've built > here[3]. > > > Are you already running Flink on Kubernetes, or just looking to get > started easily? > > Best, > Austin > > > [1]: > https://ci.apache.org/projects/flink/flink-docs-release-1.13/docs/deployment/resource-providers/standalone/kubernetes/ > [2]: https://github.com/lightbend/flink-operator > [3]: > https://github.com/fintechstudios/ververica-platform-k8s-operator/blob/master/docs/guides/deployment.md > > On Mon, May 17, 2021 at 7:14 AM Pedro Silva <[hidden email]> wrote: > >> Hello, >> >> Does flink have an official Helm Chart? I >> haven't been able to find any, the closest most up-to-date one seems to >> be >> https://github.com/GoogleCloudPlatform/flink-on-k8s-operator. >> Is this correct or is there a more mature and/or recommeded helm chart to >> use? >> >> Thank you. >> > |
Free forum by Nabble | Edit this page |