Hands on examples of docker orchestration swarm and kubernetes
Sample application: dockercoins by Jérôme Petazzoni
- cluster-create.sh : create test cluster
- cluster-setup.sh : setup orchestration engine if it has not been deployed already
- registry-deploy.sh : deploy a private registry
- dockercoins-build.sh : build dockercoins application and push it to the registry
- dockercoins-deploy.sh : deploy dockercoins
- dockercoins-scale.sh : scale dockercoins workers
- dockercoins-upgrade.sh : upgrade dockercoins worker to version 2
- dockercoins-kill-worker.sh : kill a worker node
- cluster-destroy.sh : destroy cluster