prueba completa

This commit is contained in:
trigkeyb
2025-01-12 12:29:40 +01:00
parent a4577bb70b
commit 72d96550ce
2 changed files with 12 additions and 0 deletions

View File

@@ -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