- Set variables in terraform.tfvars or using any way to set it
- run
terraform plan
and check all your staff - run
terraform apply
and wait for setup your cluster - enjoy stable kubernates cluster by using files created in
output
directory
export KUBECONFIG=$(pwd)/$(terraform output kubeconfig)
TBC