Re: deploying flink cluster in AWS - Containerized
Posted by
Philippe CAPARROY on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/deploying-flink-cluster-in-AWS-Containerized-tp12371p12386.html
Hi,
If I can give my 2 cents.
We’ve been working for more then year with dockerized (Flink+zookeeper+Yarn+spark+Kafka+hadoop+elasticsearch ) cluster using weave.
Design your docker container so that you can set the cluster size on startup (number of task manager stand job managers should be a docker arg).
Weave will act as a switch with dns server embedded. Your containers will only have to be configured with hosts names such as : flink.taskmanager-1.weave.local, link.taskmanager-2.weave.local, flink.jobmanager-1.weave.local, and so on …
with flink Yarn it’s even simpler, but you have to dockerize a Yarn cluster.
It works perfectly on bare metal machines and in the cloud (digital-ocean, aws,…).
Le 24 mars 2017 à 08:50, Chakravarthy varaga <
[hidden email]> a écrit :
Hi,
I request someone to help here.
Best Regards
CVP