I have also access to the THREDDS interface vis http://$(minikube ip).nip.io/thredds.
How can I get access to other services? For example, for the case of esgf-search, it is not available via http://$(minikube ip).nip.io/search (error: 404 Not Found).
Following the instructions to Deploy ESGF using Kubernetes, everything seems to be up and running on my local system:
I have also access to the THREDDS interface vis
http://$(minikube ip).nip.io/thredds
.How can I get access to other services? For example, for the case of
esgf-search
, it is not available viahttp://$(minikube ip).nip.io/search
(error: 404 Not Found).