Uses Terraform to install Tanzu Kubernetes Grid workload cluster in Azure.
See Deploying Tanzu Kubernetes Clusters and Managing their Lifecycle
Assumes:
- You have an Azure service principal with the Administrator role
- You have downloaded and installed the tkg CLI
- You have already provisioned a TKG management cluster
cp terraform.tfvars.sample 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.
./create-workload-cluster.sh
See Scale Tanzu Kubernetes Clusters
./destroy-workload-cluster.sh