GooBox consists of 5 containers: api, auth, nginx, db, frontend.
The api container handles all the paste logic. The auth container handles all the authentication logic. The db container stores all paste and authentication data. NGINX proxies requests to either the api or auth. Frontend container contains the react app.
There are NodePorts exposed for NGINX, frontend and kiali. Check the services in Kubernetes to find the exact port.
Kiali, the monitoring page, can only be accessed via VPN or on seclab wifi. It is on http://msa.seclab.cs.ucsb.edu:31822/kiali.
Delete any old deployment/service/persistent volume claim of the application. Reapply the goo-box2.yaml file. DO NOT APPLY THE goo-box1.yaml file.