Skip to content

Instantly share code, notes, and snippets.

View maor-klir's full-sized avatar

Maor Klir maor-klir

View GitHub Profile
@maor-klir
maor-klir / talos-cluster.md
Last active March 27, 2025 14:42
Talos cluster

01 - Talos Linux - Bootstrapping a Cluster

Using talhelper:

# Create a talconfig.yaml
---
clusterName: talos-cluster
endpoint: https://192.168.0.11:6443
talosVersion: v1.9.2
@maor-klir
maor-klir / k3s-proxmox.tf
Last active May 21, 2025 15:38
Project K3s on Proxmox VE
# main.tf
resource "proxmox_virtual_environment_vm" "k3s-cp-01" {
provider = proxmox
node_name = "pve-02"
name = "k3s-cp-01"
description = "K3s-cp-01"
tags = ["k3s", "control-plane"]
on_boot = true