kubernetes-katas
kubernetes-katas copied to clipboard
Accessing application leads to 404s
The port-forwarding example for https://github.com/eficode-academy/kubernetes-katas/blob/master/accessing-your-application.md to /proxy/8080/ doesn't change the paths used in the application's HTML, so the script request for /script/*.js becomes a 404 and the application does not work.
https://coder.com/docs/code-server/guide#stripping-proxyport-from-the-request-path has some documentation on this, perhaps we need /absproxy/8080/
or perhaps the application needs modifying?