Erste Implementierung
This commit was merged in pull request #1.
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user