Build a k3s cluster on Scaleway by using Terraform.
- Terrafrom: v0.12 or above
- Scaleway account and provider: <= v1.12
- Cloudflare account
It costs money to create instances on Scaleway, but compared to other services, they are reasonable.
cp terraform.tfvars.example terraform.tfvars
Edit terraform.tfvars.
terraform apply
terraform destroy
After deploying cluster, you may want to get kubeconfig file. Execute the following command;
It may take a few minutes until the original file is generated on remote server.
make config