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