Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemanth22/8f68e6a4925b66ab74b8605f1dc01d7d to your computer and use it in GitHub Desktop.
Save hemanth22/8f68e6a4925b66ab74b8605f1dc01d7d to your computer and use it in GitHub Desktop.
curl -k "https://basic-ocp-demo-basic-ocp-demo-project.apps.cluster1.example.com/healthz"
# or build the curl URL programmatically!
curl -k "https://$(oc get route basic-ocp-demo -o jsonpath="{.spec.host}")/healthz"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment