StreamState / terraform-k8s-configuration

1 stars 1 forks source link

Consider using GKE autopilot #55

Closed danielhstahl closed 3 years ago

danielhstahl commented 3 years ago

Pay per pod, out of the box security, etc

Terraform does not yet support it though

danielhstahl commented 3 years ago

Terraform now supports! https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster#enable_autopilot

danielhstahl commented 3 years ago

GKE Autopilot does not support mutating webhooks (yet), so I can't use cert-manager with autopilot. GCE (google managed ingress) which does support auto-SSL still does not support rewrite. Closing for now, until autopilot supports mutating webhooks.