Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 406 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 406 Bytes

k8s self training repo

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

Commands

make create_cluster DO_TOKEN=...

make destroy_cluster DO_TOKEN=...