A mono repository for my home infrastructure and Kubernetes cluster which adheres to Infrastructure as Code (IaC) and GitOps practices where possible
// readme
Fleetcom Operations :octocat:
… managed with Flux, Azure KeyVault, and GitHub Actions 🤖
📖 Overview
This is a mono repository for my home infrastructure and Kubernetes cluster. I try to adhere to Infrastructure as Code (IaC) and GitOps practices using the tools like just, Kubernetes, Flux, Renovate and GitHub Actions.
⛵ Kubernetes
Installation
My Kubernetes cluster is deploy with Talos. This is a semi-hyper-converged cluster, workloads and block storage are sharing the same available resources on my nodes while I have a separate server with on my Synology NAS for storage for bulk file storage and backups.
Core Components
- cert-manager: Creates SSL certificates for services in my cluster.
- cilium: eBPF-based networking for my…