Terraform is used to setup infrastructure on DigitalOcean:
- VM (droplets)
- DNS A records
terraform show
+ jq
-fu are used to build an ansible inventory from terraform state file
kubespray is used to install k8s
make create_cluster DO_TOKEN=...
make destroy_cluster DO_TOKEN=...