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)
- Host: GitHub
- URL: https://github.com/avishayil/home-cluster
- Owner: avishayil
- License: apache-2.0
- Created: 2020-11-18T07:44:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-14T10:26:27.000Z (about 4 years ago)
- Last Synced: 2025-03-15T13:34:48.824Z (3 months ago)
- Topics: cluster, home, homeassistant, k3s, kubernetes
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 38
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
My home Kubernetes cluster :sailboat:
![]()
[](https://discord.gg/DNCynrJ) [](https://k3s.io/) [](https://github.com/avishayil/home-cluster/stargazers) [](https://github.com/avishayil/home-cluster/issues) [](https://github.com/avishayil/home-cluster/commits/master)  [](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)