Skip to content

Commit

Permalink
actualización comandos
Browse files Browse the repository at this point in the history
  • Loading branch information
cvstleee committed Dec 9, 2024
1 parent 38174d1 commit 85388fe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Comandos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,16 @@ kubectl apply -f microservice-tracking-deployment-service.yaml

kubectl apply -f frontend-deployment-service.yaml

Para acceder a front usar comando:
minikube service frontend o minikube service frontend --url


kubectl get pods
kubectl port-forward microservice-gateway-deployment-5744ccb87d-fkszx 8080:80
kubectl port-forward microservice-gateway-deployment-5744ccb87d-fkszx 8080:8080
minikube service frontend minikube tunnel


PARA ELIMINAR:
kubectl delete deployments postgres
kubectl delete configmap postgres-config-map
kubectl delete services postgres
//si borro esto borro la data
kubectl delete pvc postgres-persistent-volume-claim

kubectl delete deployments microservice-gateway-deployment
Expand Down

0 comments on commit 85388fe

Please sign in to comment.