Re: Helm chart for Flink

2021-05-17 Thread Austin Cawley-Edwards
Sorry @dev list for the pings – I misread which thread I was replying to. @Pedro Silva – the dev@flink.apache.org list is used for developers working on Flink itself. Please use u...@flink.apache.org for future questions :) Best, Austin On Mon, May 17, 2021 at 3:58 PM Austin Cawley-Edwards < au

Re: Helm chart for Flink

2021-05-17 Thread Austin Cawley-Edwards
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 abi

Helm chart for Flink

2021-05-17 Thread Pedro Silva
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.