big-data-europe / docker-hadoop-spark-workbench

[EXPERIMENTAL] This repo includes deployment instructions for running HDFS/Spark inside docker containers. Also includes spark-notebook and HDFS FileBrowser.
687 stars 372 forks source link

add load balancer to solve scaling problem #25

Closed fdiblen closed 6 years ago

fdiblen commented 7 years ago

Solves scaling problem in #24 by using load balancer.

earthquakesan commented 6 years ago

docker swarm does not require load balancer anymore, because a service can have several replicas (see swarm examples).