An open API service indexing awesome lists of open source software.

https://github.com/robcxyz/demo-k8s-project

Quick demo of how to setup k8s with terraform
https://github.com/robcxyz/demo-k8s-project

Last synced: about 1 month ago
JSON representation

Quick demo of how to setup k8s with terraform

Awesome Lists containing this project

README

        

# 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