mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-28 01:23:40 +01:00
4151f394c16b073c8d46bcba4e80321956e7e10c
ci(deps): update aquasecurity/trivy-action action to v0.4.1
…
…
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
62.3%
Python
19.6%
Just
16.3%
Jinja
1.8%