diff --git a/radar/2017-10-01/helm-terraform.md b/radar/2017-10-01/helm-terraform.md index 540970b..4f076f1 100644 --- a/radar/2017-10-01/helm-terraform.md +++ b/radar/2017-10-01/helm-terraform.md @@ -5,9 +5,9 @@ quadrant: tools --- -For our OM3 projects infrastructure we run multiple Kubernetes clusters, and to orchestrate the infrastructure provisioning decided quite fast to go with Terraform. +For the infrastructure of our OM3 projects we run multiple Kubernetes clusters, and to orchestrate the infrastructure provisioning we quickly decided to go with Terraform. Terraform allows us to easily manage our infrastructure, from AWS EC2 instances to RabbitMQ message queues. -Also the Kops installer for Kubernetes on AWS uses terraform as it's main building brick, and we can trigger Kops via Terraform. +Also, the Kops installer for Kubernetes on AWS uses Terraform as its main building brick, and we can trigger Kops via Terraform. For managing deployments within Kubernetes we use Helm, which makes templating Kubernetes configuration files super easy (also known as Helm charts).