Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jetersen/home.cluster
Home Kubernetes cluster
https://github.com/jetersen/home.cluster
helm-charts helmfile kubernetes kubernetes-cluster
Last synced: 3 months ago
JSON representation
Home Kubernetes cluster
- Host: GitHub
- URL: https://github.com/jetersen/home.cluster
- Owner: jetersen
- Created: 2020-06-18T16:42:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-09T16:07:55.000Z (4 months ago)
- Last Synced: 2024-10-10T13:16:14.734Z (4 months ago)
- Topics: helm-charts, helmfile, kubernetes, kubernetes-cluster
- Homepage:
- Size: 121 KB
- Stars: 11
- Watchers: 4
- Forks: 2
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes cluster at home
This is my cluster I run at home.
Hopefully you can draw inspiration on my setup 😅To spin up the cluster simple run:
```bash
rke up
```## Tools used
For helm charts I use a couple of tools to manage state and secrets.
- [roboll/helmfile](https://github.com/roboll/helmfile) to describe what I have running in my cluster
- [zendesk/helm-secrets](https://github.com/zendesk/helm-secrets) for secrets which uses [mozilla/sops](https://github.com/mozilla/sops) behind the scene.## TODO
- Manage more cluster state
- Figure out how to cloud init the ubuntu machine, so the machine is truely replacable!## Credit
This is greatly inspired by https://github.com/jenkins-infra/charts