Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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