Skip to content
Snippets Groups Projects
Commit 2b218ff2 authored by Rhian Resnick's avatar Rhian Resnick
Browse files

Correcting a mistake with statusz

parent a51a1578
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ Create a namespace 202305-cot4930002-yournetid in OwlCloud's student cluster kub
Create a Deployment in your new namespace named assignment3-yournetid
Create an ingress pointing at your deployment and exposing the url https://assignment3-yournetid.kub.hpc.fau.edu
In your GIT repository update healthz, statusz, and readyz so they return "Ok" when the container starts and is exposed...
In your GIT repository update healthz, livez, and readyz so they return "Ok" when the container starts and is exposed...
Now visit https://assignment3-monitor.kub.hpc.fau.edu and check if the active monitor believes your site is up and working.
......@@ -17,7 +17,7 @@ A screenshot of
https://assignment3-yournetid.kub.hpc.fau.edu/
https://assignment3-yournetid.kub.hpc.fau.edu/readyz
https://assignment3-yournetid.kub.hpc.fau.edu/healthz
https://assignment3-yournetid.kub.hpc.fau.edu/statusz
https://assignment3-yournetid.kub.hpc.fau.edu/livez
A screenshot of the active monitor saying "OK" for each of the checks!!!
20 points for each successful completion.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment