An open API service indexing awesome lists of open source software.

https://github.com/avishayil/home-cluster

My home Kubernetes (k3s) cluster managed by GitOps (Flux)
https://github.com/avishayil/home-cluster

cluster home homeassistant k3s kubernetes

Last synced: 2 months ago
JSON representation

My home Kubernetes (k3s) cluster managed by GitOps (Flux)

Awesome Lists containing this project

README

        


My home Kubernetes cluster :sailboat:








[![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.19.3-orange?style=flat-square)](https://k3s.io/) [![GitHub stars](https://img.shields.io/github/stars/avishayil/home-cluster?color=green&style=flat-square)](https://github.com/avishayil/home-cluster/stargazers) [![GitHub issues](https://img.shields.io/github/issues/avishayil/home-cluster?style=flat-square)](https://github.com/avishayil/home-cluster/issues) [![GitHub last commit](https://img.shields.io/github/last-commit/avishayil/home-cluster?color=purple&style=flat-square)](https://github.com/avishayil/home-cluster/commits/master) ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/avishayil/home-cluster/lint?color=blue&style=flat-square) [![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](https://github.com/pre-commit/pre-commit)

---

# :book:  Overview

Welcome to my home Kubernetes cluster. This repo _is_ my Kubernetes cluster in a declarative state. [Flux](https://github.com/fluxcd/flux) and [Helm Operator](https://github.com/fluxcd/helm-operator) watch my [cluster](./cluster/) folder and makes the changes to my cluster based on the yaml manifests.

You'll find this is setup for home automation using [Home Assistant](https://www.home-assistant.io/). It would take too long to describe all the technologies running so poke around my [cluster](./cluster/) directory to see what's happening.

Feel free to open a [Github issue](https://github.com/avishayil/home-cluster/issues/new) if you have any questions.

---

## :memo:  Services & Node Ports

_This table is a reference to Node Ports in my cluster and may not be fully up-to-date_

| Deployment | NodePort |
|--------------------------|------------------------|
| home-assistant | 30438 |
| deconz | 32767 (ui) 32766 (ws) |
| pihole | 30000 (lb) |
| switcher | 30209 |
| mosquitto | 31612 |

---

## :handshake:  Thanks

A lot of inspiration for this repo came from the following people:

- [onedr0p/home-cluster](https://github.com/onedr0p/home-cluster)