Skip to content
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.

damoun/tf-talos

Repository files navigation



tf-talos

Terraform plan to setup my Talos Linux clusters.

Getting StartedGet Configuration

Getting Started

Initialize terraform provider and apply the plan:

terraform init
terraform apply

Get Configuration

Extract the configuration for Kubectl & Talos from the terraform output:

terraform output -raw cluster_zero_kubeconfig > ~/.kube/config
terraform output -raw cluster_zero_talosconfig > ~/.talos/config