Skip to content

Latest commit

 

History

History

workload

Terraform for Provisioning a TKG Workload cluster in Azure

Uses Terraform to install Tanzu Kubernetes Grid workload cluster in Azure.

See Deploying Tanzu Kubernetes Clusters and Managing their Lifecycle

Assumes:

Copy sample configuration

cp terraform.tfvars.sample terraform.tfvars

Edit terraform.tfvars

Amend the values for

  • environment
  • path_to_tkg_config_yaml

There are other variable values you can adjust. Peek at main.tf to see what's available.

Provision

./create-workload-cluster.sh

Resizing a cluster

See Scale Tanzu Kubernetes Clusters

Destroy

./destroy-workload-cluster.sh