DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Terraform Adds Support for GKE Autopilot

3 years ago www.hashicorp.com

Summary: This is a summary of an article originally published by the source. Read the full original article here →

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.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com