Srk777
Srk777

Reputation: 11

Docker Orchestration Tools

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.

Upvotes: 1

Views: 1582

Answers (1)

wlan0
wlan0

Reputation: 190

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.

Upvotes: 3

Related Questions