This commit is contained in:
Manfred Schreiber
2022-02-17 23:34:56 +01:00
parent 8d8fc7f444
commit 38ad7a00e4
+34
View File
@@ -0,0 +1,34 @@
# Lokale flux Entwicklungsumgebung
## Benötigte Tools
* Docker
* [k3d](https://k3d.io/)
* [sops](https://github.com/mozilla/sops)
* [flux](https://github.com/fluxcd/flux2)
## Lokaler K8S
### Starten
```
local-k8s/local-k8s.sh start
```
### Stoppen bzw. löschen
```
local-k8s/local-k8s.sh delete
```
### Generieren der benötigen Keys
```
local-k8s/local-k8s.sh generate
```
### Löschen der Keys
```
local-k8s/local-k8s.sh clean
```