Skip to content

octarect/k3s-scaleway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k3s-scaleway

Build a k3s cluster on Scaleway by using Terraform.

Requirements

It costs money to create instances on Scaleway, but compared to other services, they are reasonable.

Usage

Copy and edit .tfvars file

cp terraform.tfvars.example terraform.tfvars

Edit terraform.tfvars.

Deploy

terraform apply

Destroy

terraform destroy

Get kubeconfig

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

About

k3s + Scaleway + Terraform + Cloudflare

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published