- A server cluster is a set of connected computers that work together in such a way that they can be used similarly within a single system.
- Kubernetes node is just a worker, that is, a Docker host that runs containers. Kubernetes Master is responsible for everything else (providing Kubernetes API, Pod orchestration, and more).
- Microsoft Azure, Google Cloud Platform, and Amazon Web Services.
- Deployment is a Kubernetes resource that's responsible for Pod orchestration (creating, terminating, and more). Service is an (internal) load balancer that provides a way to expose Pods.
- kubectl scale
- Dynamic slave provisioning (with the Jenkins Kubernetes plugin) and Jenkins Swarm.
- Docker Swarm and Mesos.




















































