I have followed the steps mentioned in the following link to install ERPNext application on a local K3s cluster. Everything has went well. The pods are up and running. However, I cannot access the application on my browser. When I type the following command:
kubectl port-forward --namespace kube-system svc/traefik 8080:80
It gives me the following output.
Forwarding from 127.0.0.1:8080 → 8000
Forwarding from [::1]:8080 → 8000
When I type curl localhost:8080 from another terminal, I get 404 Page Not Found error. Also, in the other terminal I get the following output.
Forwarding from 127.0.0.1:8080 → 8000
Forwarding from [::1]:8080 → 8000
Handling connection for 8080
Can anyone help me out here please. I am stuck. @revant_one you must be knowing something. Or if you have any other alternative of installing ERPNext on kubernetes.
I guess Ingress controller is installed. As when I install it in the kube-system namespace, I get the following error
Error: rendered manifests contain a resource that already exists. Unable to continue with install: ClusterRole “ingress-nginx” in namespace “” exists and cannot be imported into the current release:
I think this runs fine. When I type “curl mysite.localhost” it gives me a huge HTML output on the terminal. However, I am not able to access it on browser.