Re: Difference between flink on kubernetes operator vs native kubernetes

2020-06-20 Thread Yang Wang
Inline comments for your questions. Is it similar to the first? How the second is different? The first leverages the K8s operator to make standalone job cluster running on K8s easier. However, the second is more Flink native. We have an embedded K8s client in Flink and could use "kubernetes-sessi

Difference between flink on kubernetes operator vs native kubernetes

2020-06-19 Thread SAMPAD SAHA
I was trying to deploy Flink in Kubernetes environment and came across two things: 1. Kubernetes Flink control plane developed by google and Lyft - https://github.com/lyft/flinkk8soperator - https://github.com/GoogleCloudPlatform/flink-on-k8s-operator 2. Deploying Kubernetes natively.