1

Among these docker orchestration tools which all supports Configuration Deployment

Ansible, Panama, Shipyard, Centurion, Fig, Puppet with Docker module, Serf, DEIS, Kubernetes, Scalr, Flynn, Dokku.

Srk777
  • 11
  • 3
  • 1
    what is the question ? – user2915097 Feb 26 '15 at 11:32
  • Need to create a list of docker orchestration tool and its specifications like, Management GUI,Application Deployment,Docker Deployment Configuration Deployment,Dynamic Deployment based on available ressources,CLI Interface,Monitoring/Dashboard View Agent installation required,Support multiple hosting platforms (AWS, Dedicated Server etc)",Open Source Version available" – Srk777 Feb 26 '15 at 11:33
  • I dont have great knowledge about docker orchestration tools and its features.Need to create a spread sheet document stating wheather these features supports the respective docker orchestration tools – Srk777 Feb 26 '15 at 11:34
  • @SHRI You should do your own research. But I would say you're missing CoreOS + fleet. – Adrian Mouat Feb 26 '15 at 11:36
  • possible duplicate of [How to scale Docker containers in production](http://stackoverflow.com/questions/18285212/how-to-scale-docker-containers-in-production) – Mark O'Connor Feb 26 '15 at 21:39

1 Answers1

3

Rancher from Rancher Labs maybe worth looking at. Rancher is a simple to use docker orchestration technology.

It has a beautiful management UI. rancher management ui

Rancher does load balancing, service discovery, storage, clustering, networking and whole bunch of other things for docker containers. It is open source (http://github.com/rancherio)

It can do deployment based on available resources, the cli interface is the default docker cli itself!

It has monitoring capabilities and comes inbuilt with platform support for digital ocean, AWS, GCE, Azure, Vultr, vCloudAir and others will be added if not already present.

Disclaimer : I build rancher.

wlan0
  • 190
  • 1
  • 11