neu ist der mai
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user