Skip to content
Snippets Groups Projects
README.md 1.02 KiB
Newer Older
Rhian Resnick's avatar
Rhian Resnick committed

# Summary:

Clone https://gitlab.hpc.fau.edu/202305-cot4930002/assignment2-secrets and build the project. 
Create a namespace 202305-cot4930002-yournetid in OwlCloud's student cluster kubernetes cluster, if it doesn't already exist
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, 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. 
You need to turn in the following...
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/livez
A screenshot of the active monitor saying "OK" for each of the checks!!!
20 points for each successful completion.