mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-19 04:49:19 +00:00
This directory contains a Terraform configuration to deploy a bunch of Kubernetes clusters on Scaleway, using their managed Kubernetes (Kapsule).
To use it:
scw init
terraform init
export TF_VAR_how_many_clusters=5
export TF_VAR_nodes_per_cluster=2
terraform apply
cd stage2
terraform init
terraform apply