[UPDATE] add description for #33 #19 #37 #42

updated: Packer and Terraform
added: Vault, EKS and Concourse CI
This commit is contained in:
michael.sandritter
2020-01-15 14:56:34 +01:00
parent 9322394999
commit c1db9ea0b7
5 changed files with 54 additions and 3 deletions

17
radar/2019-11-01/eks.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: "Amazon EKS"
ring: trial
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.
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 used as part of the infrastructure in the Congstar project.
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.
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.