Skip to content

Latest commit

 

History

History

k3s-in-existing-vpc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

K3s in Existing VPC

Getting started

terraform init

# we do it in 2 phases
terraform apply -target=module.subnets
terraform apply

Partial destroy kubernetes cluster

It is not necessary to recreate VPC during experimentation. We can specify target to destroy only the kubernetes cluster

terraform destroy -target=module.k3s-in-existing-vpc