Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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

```