Chapter 7. Looking at Schedulers
In this chapter, we will look at a few different schedulers that are capable of launching containers on both your own infrastructures as well as public cloud-based infrastructures. To start with, we will look at two different schedulers, both of which we will use to launch clusters on Amazon Web Services. The two schedulers are as follows:
- Kubernetes: http://kubernetes.io/
- Amazon ECS: https://aws.amazon.com/ecs/
We will then take a look at a tool that offers its own scheduler as well as supports others:
- Rancher: http://rancher.com/
Let's dive straight in by looking at Kubernetes.