Search code examples
nginxdockerload-balancingconsulorchestration

Orchestration tool for docker containers


Which is the best open source orchestration tool for docker containers ? As i already tried Nginx,Electric cloud, docker swarm. As far as i know Nginx only provides load balancing.Although Electric cloud has end to end deployment facility but it's not open source. Consul can do monitoring and service discovery part. Is there any tool which can provide load balancing,service discovery,high availability all together ? or if it is possible to use 2/3 tools all together to accomplish all of the requirements, i can go for it ?


Solution

  • Also look at:

    OpenShift is the more complete solution here, using Kubernetes internally, but adding extra layers on top for better security, routing, automated builds and deployments.

    You can try out OpenShift in a hosted environment at:

    You can though also install OpenShift Origin yourself to your own systems if want to self manage it.