https://github.com/larivierec/home-cluster
Talos cluster using gitops and renovate automation
https://github.com/larivierec/home-cluster
bitwarden flux gitops iac k8s-at-home kubernetes renovate tailscale talos
Last synced: 1 day ago
JSON representation
Talos cluster using gitops and renovate automation
- Host: GitHub
- URL: https://github.com/larivierec/home-cluster
- Owner: larivierec
- License: apache-2.0
- Created: 2021-09-16T22:07:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-09T16:26:32.000Z (6 months ago)
- Last Synced: 2025-04-09T17:14:20.149Z (6 months ago)
- Topics: bitwarden, flux, gitops, iac, k8s-at-home, kubernetes, renovate, tailscale, talos
- Language: HCL
- Homepage: https://garb.dev
- Size: 10.3 MB
- Stars: 109
- Watchers: 4
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## Home Kubernetes cluster
[](https://www.talos.dev/)
[](https://www.talos.dev/)[](https://discord.gg/home-operations)
[](https://github.com/renovatebot/renovate)[](https://github.com/kashalls/kromgo/)
[](https://github.com/kashalls/kromgo/)
[](https://github.com/kashalls/kromgo/)
[](https://github.com/kashalls/kromgo/)
[](https://github.com/kashalls/kromgo/)
[](https://github.com/kashalls/kromgo/)
[](https://github.com/kashalls/kromgo/)---
# Kubernetes with Talos
# Networking
### Notes
#### Cilium CNI
Be sure to set the Pod CIDR to the one you have chosen if you aren't using the Talos default. `10.42.0.0/16`
Otherwise, you will more than likely have issues.#### Gateway API
Ingress and Gateway API can co-exist.
Keep in mind, the DNS must simply be unique.You'll notice in my repo most of my external/internal services have both route and ingress.
I've noticed after using Gateway-API extensively with Cilium that it is not stable enough, and therefore, opted to use envoy's implementation.So far, it's probably one of the best Gateway API implementation that i've used.
#### Ingress
For ingress controller we need to add this in order to get proper ip address from Cloudflare LB @ L7.
```yaml
data:
use-forwarded-headers: "true"
forwarded-for-header: "CF-Connecting-IP"
```SOPS is only used to create the helm-release required for bitwarden and external-secrets.
Previously, it was used throughout the repository however, with external-secrets, bitwarden-sdk, we're able to remove this dependency slightly.External-Secrets uses bitwarden container to retrieve my bitwarden secrets and creates kubernetes secrets with them.
Also keep in mind, that since the bitwarden container exposes your bitwarden vault, it's good practice to limit who can communicate with it. See the network policy at `kubernetes/main/apps/kube-system/external-secrets/app/network-policy.yaml`
# Nodes/Hardware
| Device | Count | OS Disk Size | Data Disk Size | Ram | Operating System | Purpose |
| --------------------------|-------|-------------------------|-----------------------------|------|------------------|--------------------- |
| MS-01 | 3 | 250Gi NVMe | 1Ti U.2 NVMe | 64Gi | Talos | Kubernetes |
| Synology RS1221+ | 1 | 36Ti HDD / 2Ti NVMe | - | 4Gi | DSM 7 | NAS |
| UDM Pro Max | 1 | | - | - | | Router / Gateway |
| Unifi Core Switch XG-16 | 1 | - | - | - | | Switch |
| Unifi Enterprise 24 PoE | 1 | - | - | - | | Switch |
| Unifi Flex 2.5G PoE | 1 | - | - | - | | Switch |
| Unifi Flex 2.5G Mini | 1 | - | - | - | | Switch |
| Unifi PDU Pro | 1 | - | - | - | | Power Delivery ||---
#### Extra Documentation
1. [frigate](kubernetes/main/apps/home/frigate/README.md)
2. [scrypted](kubernetes/main/apps/home/scrypted/README.md)## ⭐ Stargazers
[](https://www.star-history.com/#larivierec/home-cluster&Date)
## 🤝 Gratitude and Thanks
Thanks to all the people who donate their time to the [Home Operations](https://discord.gg/home-operations) Discord community. Be sure to check out [kubesearch.dev](https://kubesearch.dev/) for ideas on how to deploy applications or get ideas on what you may deploy.
- onedr0p
- bernd-schorgers / bjw-s
- buroa
- joryirving
- [home-operations](https://github.com/home-operations)For all their hard work and dedication