Skip to content

Example Kubernetes cluster using Terraformed AWS resources and kops

Notifications You must be signed in to change notification settings

BenchLabs/blog-k8s-kops-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploying Kubernetes clusters with kops and Terraform

Deploy a Kubernetes cluster using Terraformed AWS resources and kops. Used for the blog post https://medium.com/bench-engineering/deploying-kubernetes-clusters-with-kops-and-terraform-832b89250e8e

Requirements

  • jq
  • kops
  • kubectl
  • terraform

Usage

Edit terraform/main.tf with your local variables (details in the blog post above)

From the terraform directory run:

terraform init
terraform plan
terraform apply

Then from the kubernetes-cluster dir run:

./regen-cluster.sh
terraform plan
terraform apply   

About

Example Kubernetes cluster using Terraformed AWS resources and kops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published