GoogleCloudPlatform / gke-terraform-generator

gke-tf was created to streamline the creation of customized Terraform source files that build GKE clusters and supporting resources in GCP.
Apache License 2.0
55 stars 24 forks source link

Istio Enable by default #18

Open chrislovecnm opened 4 years ago

chrislovecnm commented 4 years ago

Do we want istio enabled by default? @bgeesaman @wripley ???

wripley commented 4 years ago

We have it enabled by default in the holistic demo, but if you're asking about if we should enable it in the examples folder here, then I think it's fine if it is not. Thoughts @bgeesaman?

bgeesaman commented 4 years ago

I’m inclined to leave it as-is (not enabled by default) and just have well documented examples for it. It adds a lot of workloads and makes clusters immediately auto scale unless there are 6+ small nodes, so there’s a cost factor for running it without a specific need.