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
- Host: GitHub
- URL: https://github.com/robcxyz/demo-k8s-project
- Owner: robcxyz
- Created: 2020-09-22T01:20:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T20:18:14.000Z (over 1 year ago)
- Last Synced: 2025-03-26T06:13:18.267Z (about 2 months ago)
- Language: HCL
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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