diff --git a/radar/2021-01-01/eks.md b/radar/2021-01-01/eks.md new file mode 100644 index 0000000..6eb4bd3 --- /dev/null +++ b/radar/2021-01-01/eks.md @@ -0,0 +1,16 @@ +--- +title: "Amazon EKS" +ring: adopt +quadrant: platforms-and-aoe-services + +--- + +[Amazon Elastic Kubernetes Service](https://aws.amazon.com/de/eks/) (Amazon EKS) is a managed service that makes it easy for you to run Kubernetes on AWS without needing to stand up or maintain your own Kubernetes control plane or workloads. +Amazon EKS runs Kubernetes control plane instances across multiple Availability Zones to ensure high availability. +It also provides automated version upgrades and patching for them. + +Amazon EKS is fully supported by Terraform which brings the advantage that its configuration is written in code, +which fulfils the infrastructure as code philosophy. Amazon has also implemented important (security) features to their service to ensure that Amazon EKS is well integrated into the broader AWS landscape. Kubernetes version upgrades and security patches are provided in a reliable schedule and with proper documentation. Alongside with the managed service, Amazons also provides it's own [EKS distribution](https://aws.amazon.com/de/blogs/opensource/introducing-amazon-eks-distro/) while closes the gap for on-premise installations. + +Different Amazon EKS Clusters are in use on a variety of environments like development, integration, testing and production. +We experienced that Kubernetes version updates are done without major efforts or impact to the running cluster. \ No newline at end of file