You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# create new namespace
kubectl create namespace sock-shop && \
kubectl apply -f "https://raw.githubusercontent.com/nvhoanganh/microservices-demo/master/deploy/kubernetes/complete-demo.yaml" \
--namespace=sock-shop
# make sure all containers are running properly
kubectl wait --for=condition=available --timeout=450s --all deployments -n sock-shop
# get the external IP of the front-end service
kubectl get service --watch --namespace=sock-shop
open http://<EXTERNAL-IP> and make sure you can see the application