Skip to content

Instantly share code, notes, and snippets.

@FreedomBen
Created January 8, 2021 02:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save FreedomBen/f443a82a7e53f7b91b9aceadf1f92e7f to your computer and use it in GitHub Desktop.
Save FreedomBen/f443a82a7e53f7b91b9aceadf1f92e7f 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