https://github.com/origox/homelab-talos-gitops
Mono repo for my homelab configuration using Talos Linux and Kubernetes.
https://github.com/origox/homelab-talos-gitops
fluxcd gitops kubernetes talos
Last synced: about 1 month ago
JSON representation
Mono repo for my homelab configuration using Talos Linux and Kubernetes.
- Host: GitHub
- URL: https://github.com/origox/homelab-talos-gitops
- Owner: origox
- Created: 2024-09-02T14:15:05.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T11:17:20.000Z (about 2 months ago)
- Last Synced: 2025-03-30T11:29:33.804Z (about 2 months ago)
- Topics: fluxcd, gitops, kubernetes, talos
- Language: Shell
- Homepage: https://origox.github.io/homelab-talos-gitops/
- Size: 930 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# homelab-talos-gitops
Mono repo for my homelab configuration# Setup
1. Provision VMs
````bash
# Download Talos base image to Proxmox
task provision:download-talos-to-proxmox# Provision VMs for Talos Cluster nodes 3 controlplane and 3 worker nodes
task provision:create-talos-vms```