This repository contains a Terraform module for a basic GKE cluster with Cluster Autoscaling and a single node pool.
Name | Description | Type | Default | Required |
---|---|---|---|---|
initial_node_count | Initial number of nodes in the cluster/node pool | number |
1 |
no |
machine_type | Specifies the machine type used for underlying GCE instances | string |
e2-medium |
no |
max_node_count | Specifies the maximum number of nodes in the cluster node pool | number |
2 |
no |
min_node_count | Specifies the minimum number of nodes in the cluster node pool | number |
1 |
no |
project | Specifies GCP project ID | string |
"" |
yes |
zone | Specifies GCP zone | string |
"us-central1-c" |
no |