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: 9 days ago
JSON representation

Homelab GitOps repository. Cluster definition state via code.

Lists

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)