POC setup and deployment of a kubernetes cluster for use as a personal compute platform
|
||
---|---|---|
.gitignore | ||
default.tfvars | ||
main.tf | ||
outputs.tf | ||
README.md | ||
variables.tf |
Terraform DigitalOcean POC
This is a proof of concept for deploying a kubernetes cluster on DigitalOcean that can be used as my personal compute platform.
Set DigitialOcean Token for use by terraform provider
export DIGITALOCEAN_TOKEN="$(yq -r '."access-token"' ~/.config/doctl/config.yaml)"
Deploy
terraform init
terraform plan --var-file=default.tfvars --out out.plan
terraform apply out.plan
Note: Currently no remote state is used for this project