Skip to content

Terraform module for basic GKE cluster with autoscaling enabled

Notifications You must be signed in to change notification settings

Blackweather/terraform-gke-autoscaled

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terraform-gke-autoscaled

This repository contains a Terraform module for a basic GKE cluster with Cluster Autoscaling and a single node pool.

Inputs

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

About

Terraform module for basic GKE cluster with autoscaling enabled

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages