Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,12 @@ _... managed with Flux and Rennovate_

This is a mono repository for my home infrastructure and Kubernetes clusters. I use Infrastructure as Code (Iac) and GitOps practices using [OpenTofu](https://opentofu.org/), [Kubernetes](https://kubernetes.io/), [Flux](https://fluxcd.io/) and [Rennovate](https://github.com/renovatebot/renovate).

---
### Components

This currently includes the followings:

- Terraform stack and modules to manage my Mikrotik router, switches and access points.
- Terraform stack to deploy a Talos cluster in Proxmox
- Cluster configuration in the `cluster/<clusterName>` folder, watched by Flux.
- Some containers that run in the kubernetes and are published to GitHub packages
- CI code using [Dagger](https://dagger.io/) running in GitHub Actions