Skip to content

Instantly share code, notes, and snippets.

@garystafford
Created April 15, 2018 12:45
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 garystafford/80085eafc59bed6aeaed9a31c91eb715 to your computer and use it in GitHub Desktop.
Save garystafford/80085eafc59bed6aeaed9a31c91eb715 to your computer and use it in GitHub Desktop.
export GATEWAY_URL="$(minikube ip):"\
"$(kubectl get svc istio-ingress -n istio-system -o 'jsonpath={.spec.ports[0].nodePort}')"
echo $GATEWAY_URL
curl $GATEWAY_URL/v2/actuator/health && echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment