Update helm-terraform.md

This commit is contained in:
Roland Edwards, AOE GmbH
2018-05-16 16:55:25 +02:00
committed by Daniel Pötzinger
parent 37c8eebea7
commit 7732402b1b

View File

@@ -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. 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). For managing deployments within Kubernetes we use Helm, which makes templating Kubernetes configuration files super easy (also known as Helm charts).