https://github.com/blackjid/home-ops
Homelab GitOps repository. Cluster definition state via code.
https://github.com/blackjid/home-ops
flux gitops k3s k8s-at-home kubernetes
Last synced: 2 months ago
JSON representation
Homelab GitOps repository. Cluster definition state via code.
- Host: GitHub
- URL: https://github.com/blackjid/home-ops
- Owner: blackjid
- License: mit
- Created: 2019-08-14T22:42:23.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:44:21.000Z (7 months ago)
- Last Synced: 2024-10-30T03:59:31.029Z (7 months ago)
- Topics: flux, gitops, k3s, k8s-at-home, kubernetes
- Language: Shell
- Homepage:
- Size: 5.75 MB
- Stars: 91
- Watchers: 2
- Forks: 3
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#### My home kubernetes cluster
> GitOps state for my cluster using flux and helm-operator[](https://discord.gg/DNCynrJ)
[](https://k3s.io/)
[](https://github.com/blackjid/k3s-gitops/stargazers)
[](https://github.com/blackjid/k3s-gitops/issues)
[](https://github.com/blackjid/k3s-gitops/commits/main)
## Overview
This repo holds all the state for my home kubernetes cluster. This is my humble homelab that I hope serves me well for learning purposes and run my home related services like home automation, ad blockers, etc
## Infratructure
This repo pairs with [homelab-infra](https://github.com/blackjid/homelab-infra) where the infrastructure where I run my homelab is declared using terraform.
## :handshake: Thanks
A lot of inspiration for this repo came from the following people:
- [billimek/k8s-gitops](https://github.com/billimek/k8s-gitops)
- [carpenike/k8s-gitops](https://github.com/carpenike/k8s-gitops)
- [onedr0p/k3s-gitops](https://github.com/onedr0p/k3s-gitops)