Re: Native Kubernetes deployment with GitOps

2021-01-07 Thread Alex Adriaanse
Thanks for the reply! Just to clarify, when I talked about standalone deployments I was referring to standalone Kubernetes deployments. We currently have no interest in running Flink outside of K8s. I was mostly just curious about the differences in the native integration vs. standalone deploym

Re: Native Kubernetes deployment with GitOps

2021-01-07 Thread Israel Ekpo
If you are just getting started, running it on Kubernetes could simplify that logistics and resources needed for getting started. It also allows you to possibly reuse infrastructure that you may already be using for other projects and purposes. If you are just getting started and just learning, t

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