robcxyz / demo-k8s-project

Quick demo of how to setup k8s with terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

demo-k8s-project

Just a short demo on how to deploy kubernetes

cd cluster 
terraform init 
terraform apply 
aws eks --region us-east-1 update-kubeconfig --name my-cluster
cd ../helm-chart 
tf init 
tf apply 

Dependencies:

  • aws iam authenticator
  • kubectl
  • awscli
  • terraform
  • helm

About

Quick demo of how to setup k8s with terraform


Languages

Language:HCL 100.0%