mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-24 16:26:59 +01:00
add content to README
This commit is contained in:
20
README.md
20
README.md
@@ -1,6 +1,18 @@
|
||||
# home-cluster
|
||||
<img src="https://camo.githubusercontent.com/5b298bf6b0596795602bd771c5bddbb963e83e0f/68747470733a2f2f692e696d6775722e636f6d2f7031527a586a512e706e67" align="left" width="144px" height="144px"/>
|
||||
|
||||
## Bootstrap Flux
|
||||
### My home Kubernetes cluster :sailboat:
|
||||
_... managed by Flux and serviced with RenovateBot_ :robot:
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
[](https://discord.gg/AvJxRMRf6H)
|
||||
[](https://k3s.io/)
|
||||
[](https://github.com/renovatebot/renovate)
|
||||
|
||||
|
||||
### Bootstrap Flux
|
||||
|
||||
```bash
|
||||
flux bootstrap github \
|
||||
@@ -11,13 +23,13 @@ flux bootstrap github \
|
||||
--personal \
|
||||
--network-policy=false
|
||||
```
|
||||
## SOPS secret from GPG key
|
||||
### SOPS secret from GPG key
|
||||
|
||||
```bash
|
||||
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
|
||||
### Encrypt kubernetes resources with sops binary
|
||||
|
||||
```bash
|
||||
sops --encrypt --pgp=<GPG_KEY_ID> --encrypted-regex '^(data|stringData)$' --in-place <FILE_PATH>
|
||||
|
||||
Reference in New Issue
Block a user