Re: deployin a flink app on a server;

Posted by Yang Wang on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/deployin-a-flink-app-on-a-server-tp36602p36744.html

Hi Aissa,

We have multiple choices to deploy Flink to different environments(e.g. bare machines, docker environment, Yarn cluster, K8s cluster, etc.).

If you want to have a quick taste, the simplest way is using docker to start a Flink application. You just need to run two "docker run" commands[1].
If you want to deploy a Flink app on EC2 instance or bare machine, the standalone mode is good for you[2]. Download the Flink binary and then
use "start-cluster.sh" to prepare a single node Flink cluster.

Please refer the doc if you want to deploy Flink to Yarn or K8s[3].

[1]. https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/deployment/docker.html#start-a-session-cluster
[2]. https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/deployment/cluster_setup.html
[3]. https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/deployment/yarn_setup.html


Best,
Yang

Aissa Elaffani <[hidden email]> 于2020年7月14日周二 上午5:49写道:
Hello Guys,
Can someone please, explain to me how can I deploy a flink app on a server, the steps I need to flow in order to achieve that ?
Sorry for disturbing  you guys.
Aissa