https://github.com/garugaru/garu-kube
in house kubernetes cluster gitops
https://github.com/garugaru/garu-kube
flux gitops k3s k8s kubernetes rpi
Last synced: 6 months ago
JSON representation
in house kubernetes cluster gitops
- Host: GitHub
- URL: https://github.com/garugaru/garu-kube
- Owner: GaruGaru
- Created: 2021-04-03T13:02:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-27T00:34:10.000Z (6 months ago)
- Last Synced: 2026-01-27T12:06:39.793Z (6 months ago)
- Topics: flux, gitops, k3s, k8s, kubernetes, rpi
- Language: Shell
- Homepage:
- Size: 1.15 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Garu's kubernetes cluster gitops
Self deploying kubernetes cluster using [flux](https://fluxcd.io/)
## Deploy workflow
Following the [GitOps principles](https://www.gitops.tech/) this repository contains all the resource definitions that
are needed for the cluster provisioning and application deployment.
The cluster is created with terraform that perform initial [flux](https://fluxcd.io/)
and [sealed secrets](https://github.com/bitnami-labs/sealed-secrets) bootstrap, after that the cluster can deploy itself
using the resources defined in this repository.
## Secrets
Secret encryption is handled by [sealed secrets](https://github.com/bitnami-labs/sealed-secrets)
## Architecture
* **bootstrap**: flux bootstrap resources
* **core**: core resources such as ingress controllers, storage, monitoring ...
* **apps**: services running on cluster