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 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 kubectl run test-pod2 --image=busybox -- sleep 3600

View File

@@ -2,6 +2,8 @@
https://pabpereza.notion.site/Install-kubernetes-1-28-on-Ubuntu-Server-20-04-LTS-6f8d28eadb6242f0a78c40eaa0211167 https://pabpereza.notion.site/Install-kubernetes-1-28-on-Ubuntu-Server-20-04-LTS-6f8d28eadb6242f0a78c40eaa0211167
https://medium.com/@pabloperezaradros/install-kubernetes-1-28-e42ad9194d4f
https://www.linuxtechi.com/install-kubernetes-on-ubuntu-24-04/ https://www.linuxtechi.com/install-kubernetes-on-ubuntu-24-04/