mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-26 20:13:31 +02:00
6eeabcce25ae6172cb10ac0b28c58c74adc85d67

Signed-off-by: auricom <27022259+auricom@users.noreply.github.com>
README.md
My home Kubernetes cluster ⛵
... managed with Flux and Renovate 🤖
Bootstrap Flux
flux bootstrap github \
--version=latest \
--owner=auricom \
--repository=home-cluster \
--path=cluster \
--personal \
--network-policy=false
SOPS secret from GPG key
gpg \
--export-secret-keys \
--armor <GPG_KEY_ID> | \
kubectl create secret generic sops-gpg \
--namespace=flux-system \
--from-file=sops.asc=/dev/stdin
Encrypt kubernetes resources with sops binary
sops \
--encrypt \
--pgp=<GPG_KEY_ID> \
--encrypted-regex '^(data|stringData)$' \
--in-place <FILE_PATH>
Install pre-commit hooks
pre-commit install
Description
Languages
Shell
59.5%
Python
20.8%
Just
17.8%
Jinja
1.9%