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].
Best,
Yang
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