- Create docker image for Node App (use this as reference for Dockerfile)
- Push the Node App image to Docker Hub
- Ensure that fleetctl is running and working from your local shell command
- Create new Node service template file (use this as reference for [email protected])
- Create docker image for Nginx load balancer (follow this tutorial to create nginx load balancer)
- Push the Nginx image to Docker Hub
- Create new Nginx service template file (use this as reference for [email protected])
By following these 7 steps you should have multiple instances of Core OS running within load balancer in any cloud provider.