prueba completa
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user