Re: Concise example of how to deploy flink on Kubernetes

2020-11-26 Thread Igal Shilman
Hi George, Specifically for StateFun, we have the following Helm charts [1] to help you deploy Stateful Functions on k8s. The greeter example's docker-compose file also includes Kafka (and hence Zookeeper). Indeed the Flink cluster is "included" in the master/worker stateful functions docker image

Re: Concise example of how to deploy flink on Kubernetes

2020-11-24 Thread George Costea
Thank you. This is very helpful. On Mon, Nov 23, 2020 at 9:46 AM Till Rohrmann wrote: > Hi George, > > Here is some documentation about how to deploy a stateful function job > [1]. In a nutshell, you need to deploy a Flink cluster on which you can run > the stateful function job. This can either

Re: Concise example of how to deploy flink on Kubernetes

2020-11-23 Thread Till Rohrmann
Hi George, Here is some documentation about how to deploy a stateful function job [1]. In a nutshell, you need to deploy a Flink cluster on which you can run the stateful function job. This can either happen before (e.g. by spawning a session cluster on K8s [2]) or you can combine your job into a

Re: Concise example of how to deploy flink on Kubernetes

2020-11-23 Thread George Costea
Sorry. Forgot to reply to all. On Sun, Nov 22, 2020 at 9:24 PM George Costea wrote: > > Hi Xingbo, > > I’m interested in using stateful functions to build an application on > Kubernetes. Don’t I need to deploy the flink cluster on Kubernetes first > before deploying my stateful functions? > >

Re: Concise example of how to deploy flink on Kubernetes

2020-11-20 Thread Xingbo Huang
Hi George, Have you referred to the official document[1]? [1] https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/deployment/kubernetes.html Best, Xingbo 在 2020年11月21日星期六,George Costea 写道: > Hi there, > > Is there an example of how to deploy a flink cluster on Kubernetes? > I'd lik

Concise example of how to deploy flink on Kubernetes

2020-11-20 Thread George Costea
Hi there, Is there an example of how to deploy a flink cluster on Kubernetes? I'd like to deploy the flink cluster, a kafka-broker, and then the greeter example to give it a try. Thanks, George