infra_snippets/terraform/basic_gke
2021-07-21 01:35:45 -04:00
..
main.tf Add support for a second function to log directly to bigquery. 2021-07-21 01:35:45 -04:00
README.md Add bigquery table. 2021-07-20 01:16:38 -04:00

Basic GKE

A small terraform script to launch GKE with:

  • GCR for custom docker images
  • Auto-scaling node pool
  • K8s database encryption

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.