Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T16:59:55.000Z (6 days ago)
- Last Synced: 2024-12-17T18:17:59.214Z (6 days ago)
- Topics: fluxcd, gitops, kubernetes, talos
- Language: Shell
- Homepage: https://origox.github.io/homelab-talos-gitops/
- Size: 616 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![lint](https://github.com/origox/homelab-talos-gitops/actions/workflows/lint.yaml/badge.svg)
# 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```