Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand EKS alternatives to Include other Kubernetes distributions (self-managed and managed) #757

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1509,6 +1509,7 @@ EKS
### EKS Alternatives and Lock-in
- [ECS](#ecs): Amazon's native Container Scheduled platform released in 2014. If you don't utilise containers today and are looking to get started, ECS is an excellent product.
- [Kubernetes](https://kubernetes.io): Extensive container platform. Available as a hosted solution on [Google Cloud](https://cloud.google.com/container-engine/), [AWS](https://aws.amazon.com/eks/), [Digital Ocean](https://www.digitalocean.com/products/kubernetes/) and [Azure](https://azure.microsoft.com/en-us/services/kubernetes-service/).
- [OpenShift](https://www.openshift.com/) / [OpenShift Kubernetes Distribution](https://www.okd.io/): Extension of Kubernetes. Available as a on-prem and hosted solution on [Google Cloud](https://cloud.google.com/solutions/partners/openshift-on-gcp), [AWS](https://www.openshift.com/products/amazon-openshift/faq), and [Azure](https://azure.microsoft.com/en-us/services/openshift/).
- [Nomad](https://www.nomadproject.io/): Orchestrator/Scheduler, tightly integrated in the HashiCorp stack (Consul, Vault, etc).

### EKS Gotchas and Limitations
Expand Down