neu ist der mai

This commit is contained in:
baschno
2025-04-21 00:19:31 +02:00
parent a6ac7b84e4
commit 12546a9669
5 changed files with 17 additions and 5 deletions

View File

@@ -27,7 +27,8 @@ kubectl expose deploy schnipo --port=80 --target-port=8080 --type=LoadBalancer -
```
#Create deploy
kubectl create deploy nginx --image=nginx
k create ns test
kubectl create deploy nginx --image=nginx -n test
kubectl scale --replicas=3 deployment/nginx -n test