adrianmoisey / School

Scaffold a Swarm on digital ocean and start deploying microservices like a boss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

School

logo

It's what you call a swarm in the sea

NB: This is a work in progress.

Getting started

Create a swarm in Digital Ocean:

docker-compose run --rm school python school.py

Deploy a service

ansible-playbook deploy.service.yml -i inventory/digital_ocean.py --limit={manager-node} -e'service=.. version=.. expose_ports=..'

About

Scaffold a Swarm on digital ocean and start deploying microservices like a boss

License:MIT License


Languages

Language:Python 99.4%Language:Shell 0.6%