prueba completa
This commit is contained in:
@@ -8,6 +8,16 @@ kubectl get deployment -n demo-app
|
||||
kubectl get pods -n demo-app
|
||||
|
||||
|
||||
kubectl expose deployment nginx-app -n demo-app --type NodePort --port 80
|
||||
kubectl get svc -n demo-app
|
||||
|
||||
# poner la IP obtenida
|
||||
#### curl http://<Any-worker-IP>:<puerto>
|
||||
|
||||
curl http://localhost:30336
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
kubectl run test-pod2 --image=busybox -- sleep 3600
|
||||
|
||||
Reference in New Issue
Block a user