Scaling Docker #3 - Docker Service Registration with Etcd & Flannel

2 of the biggest problems to solve with Docker infrastructure are service registration & service discovery. In this video, we’ll cover the more complicated piece, which is service registration. Every Docker container needs to register itself as a web service that can be consumed or load balanced by other containers. VIDEO 1: - Cluster computing - CoreOS is our solution here. CoreOS allows us to make an expandable cluster of computers so we can add more computers should our
Back to Top