Deploy Kubernetes cluster and install Agones using Terraform

Install a Kubernetes cluster and Agones declaratively using Terraform.

Prerequisites

  • Terraform v1.0.8
  • Access to the the Kubernetes hosting provider you are using (e.g. gcloud, awscli, or az utility installed)
  • Git

Installing Agones on Google Kubernetes Engine using Terraform

You can use Terraform to provision a GKE cluster and install Agones on it.

Installing Agones on AWS Elastic Kubernetes Service using Terraform

You can use Terraform to provision an EKS cluster and install Agones on it.

Installing Agones on Azure Kubernetes Service using Terraform

You can use Terraform to provision an AKS cluster and install Agones on it.


Last modified March 19, 2024: Update Supported Kubernetes to 1.27, 1.28, 1.29 (#3654) (ace51d6)