kubectl create configmap pm2-nginx-config-map --from-file=nginx.conf=nginx/nginx.confkubectl get configmaps pm2-nginx-config-map -o yamlminikube start --kubernetes-version v1.10.0
eval $(minikube docker-env)
docker build -t pm2-server server/
kubectl apply -f k8-dev-deployment.yaml
kubectl describe deployment pm2-nginx-serverkubectl config get-contexts
kubectl config use-context minikubegcloud container clusters get-credentials <CLUSTER_NAME> --zone <ZONE> --project <PROJECT_ID>
kubectl create configmap pm2-nginx-config-map --from-file=nginx.conf=nginx/nginx.conf
kubectl apply -f k8-prod-deployment.yaml
kubectl get ingress pm2-nginx-server-ingresskubectl proxy
kubectl config viewOpen localhost:8001 in the browser. User token from the config view command