KOPS over AWS EKS or vice versa

7/20/2018

I came across an open source Kubernetes project KOPS and AWS Kubernetes service EKS. Both these products allow installation of a Kubernetes cluster. However, I wonder why one would pick EKS over KOPS or vice versa if one has not run any of them earlier.

This question does not ask which one is better, but rather asks for a comparison.

-- Débora
amazon-eks
amazon-web-services
kops
kubernetes

2 Answers

7/20/2018

The two are largely the same, at the time of writing, the following are the differences I'm aware of between the 2 offerings

EKS:

kops:

  • Support for more Kubernetes features, such as API server options
  • Auto provisioned nodes use the built in kops node_up tool
  • More flexibility over Kubernetes versions, EKS only has a few versions available right now
-- jaxxstorm
Source: StackOverflow

4/7/2019

Other significant difference is that EKS is an AWS product so you require an AWS account but kops allows to run Kubernetes in AWS but also in GCE and DigitalOcean.

-- user9269906
Source: StackOverflow