Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:44:21.000Z (3 months ago)
- Last Synced: 2024-10-30T03:59:31.029Z (3 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[![Discord](https://img.shields.io/badge/discord-chat-7289DA.svg?maxAge=60&style=flat-square)](https://discord.gg/DNCynrJ)
[![k3s](https://img.shields.io/badge/k3s-v1.18.8-orange?style=flat-square)](https://k3s.io/)
[![GitHub stars](https://img.shields.io/github/stars/blackjid/k3s-gitops?color=green&style=flat-square)](https://github.com/blackjid/k3s-gitops/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/blackjid/k3s-gitops?style=flat-square)](https://github.com/blackjid/k3s-gitops/issues)
[![GitHub last commit](https://img.shields.io/github/last-commit/blackjid/k3s-gitops?color=purple&style=flat-square)](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)