2021-08-08 22:19:53 +02:00
2021-08-06 23:07:19 +02:00
2021-08-08 22:19:53 +02:00
2021-08-08 22:19:53 +02:00
2021-07-18 01:05:34 +02:00
2021-07-28 11:23:37 +02:00

README.md

My home Kubernetes cluster

... managed with Flux and Renovate 🤖




Discord k3s pre-commit 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
No description provided
Readme 50 MiB
Languages
Shell 60.2%
Python 21.1%
Just 16.8%
Jinja 1.9%