Scaling Docker, 1 High Availability Docker Dev Ops with Core OS, Etcd, Fleet, Flannel Nginx
Let s build a highavailability production docker cluster So web development with Docker pretty much ROCKS it enables you to build and scale worldclass apps that used to only be doable for those working at companies like Google and Netflix. The (notreallybad) bad news is you have to start thinking like a worldclass developer to make full use of it. To go from basic docker container deployment to a fullscale docker system, you ll need to implement a few things: The Diagram: The Code: THIS VIDEO: 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 application need more power to scale. CoreOS also allows us to run services on any machine in the cluster and they can all communicate with each other. NEXT VIDEO: Scheduling: we shoul
|
|