Category: Kubernetes, Terraform, Hashicorp

We are pleased to announce support for http://cloud.google.com/kubernetes-engine (GKE) Autopilot in HashiCorp Terraform. GKE Autopilot gives you a hands-off approach to using Kubernetes on Google Cloud by eliminating node management operations and maximizing your cluster efficiency.

GKE Autopilot can be enabled for your Kubernetes cluster by adding the variable enable_autopilot = true to your GKE Terraform configuration.

Here is an example workflow for enabling GKE Autopilot on a Kubernetes cluster using Terraform: First, create a Terraform file that contains the GKE cluster. Gke.tf: Write out a Terraform configuration to provision a GKE Autopilot cluster using https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/container_cluster and enable Autopilot for that cluster.

Related Articles