Re: Native Kubernetes deployment with GitOps

2021-01-07 Thread Alex Adriaanse
ting out, I would recommend deploying your containers on the K8S cluster via YAML manifests first and then convert to Helm charts (once the vanilla YAML is stable) so that you can bundle the various components as a single deployment. On Thu, Jan 7, 2021 at 4:57 PM Alex Adriaanse mailto:a...

Native Kubernetes deployment with GitOps

2021-01-07 Thread Alex Adriaanse
I'm trying to setup a Flink 1.12 deployment on a Kubernetes cluster using custom Docker images (since the official ones aren't out yet). Since the documentation states that "We generally recommend new users to deploy Flink on Kubernetes using native Kubernetes deployments", I'm trying out the na