Skip to content

Instantly share code, notes, and snippets.

@kameshsampath
Last active February 13, 2019 09:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kameshsampath/d9b2625e72c564336e2cecf1ab686af1 to your computer and use it in GitHub Desktop.
Save kameshsampath/d9b2625e72c564336e2cecf1ab686af1 to your computer and use it in GitHub Desktop.
gist for medium story
cd $PROJECT_HOME/service
kubectl create namespace demos
kubectl label namespace demos istio-injection=enabled
eval $(minikube docker-env)
docker build -t dev.local/rhdevelopers/node-greeter:0.0.1 .
kubectl apply -f service.yaml -n demos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment