infra_snippets/terraform/basic_gke/README.md

11 lines
407 B
Markdown
Raw Normal View History

Basic GKE
=========
A small terraform script to launch GKE with:
- GCR for custom docker images
- Auto-scaling node pool
- K8s database encryption
2021-07-20 05:12:01 +00:00
Contains some settings that are inadvisable in production (for example, disabling deletion protection). I include them because this project's goal is to provide a template for quickly spinning up a test/dev environment which may involve frequent deletions.