state of the doing

This commit is contained in:
baschno
2024-12-03 07:27:45 +01:00
parent 4483b2fa8e
commit 7f86665577
6 changed files with 20 additions and 16 deletions

View File

@@ -1,5 +1,12 @@
Current Setup
01 Metallb
Define IP Pool & L2 config
https://metallb.universe.tf/configuration/
https://ryan-pope.com/posts/Homelab-to-k3s/
https://blog.chicho.com.ar/how-to-deploy-a-kubernetes-cluster-with-k3s/
@@ -7,3 +14,10 @@ https://blog.chicho.com.ar/how-to-deploy-a-kubernetes-cluster-with-k3s/
https://picluster.ricsanfre.com/docs/traefik/
https://k3s.rocks/metrics/
```
kubectl create namespace dishes
kubectl create deploy schnipo --image=bschnorbus/dish-schnipo -n dishes
kubectl expose deploy schnipo --port=80 --target-port=8080 --type=LoadBalancer -n dishes
```