I have deployed minio on kubernetes with service (nodeport) and deployment using PV and PVCs and I am not able to access it from the browser. I have to use NodePort only that is a constraint.
All the pods are running successfully including the service, PV and PVC.
I tried with minikube tunneling, but it keeps changing the IP so caanot use that. I used it with
“(minikube IP):(Port)”
also, but it doesnt work.