container-orchestration-comparisons
container-orchestration-comparisons copied to clipboard
Set of tutorials demonstrating common uses cases with various Container Orchestration tools (Kubernetes, Swarm, Mesos, Nomad, etc)
Container Orchestration Framework Comparisons
This repo contains tutorials on how to perform common task (like deploying a cluster) with various Container Orchestration tools.
PRs welcome!
If your tool of choice isn't listed below -- add it.
Supported Frameworks
| framework | version |
|---|---|
| Kubernetes (k8s) | v.1.3.0 |
| Swarm | v1.12.0-rc2 |
More to come (ie, marthon+mesos, nomad, etc).
Supported Providers
Google Cloud Platform (GCP)
More to come (ie, Amazon Web Services, Azure, etc).
Tutorials
Bringing up clusters
How to set up the different frameworks on various cloud providers.
If there's a hosted version it's represented like so: hosted / non-hosted
| Google Cloud Platform | |
|---|---|
| Kubernetes | hosted / non-hosted |
| Swarm | non-hosted |
Common Tasks
| Kubernetes | Swarm | |
|---|---|---|
| Blue/Green Deployments | link | TBD |
| Route traffic to multiple backends with nginx | TBD | TBD |