https://netmaker.org logo
I just installed netmaker server on my kubernetes ...
# server
a
I just installed netmaker server on my kubernetes cluster. But somehow both the api and ui ingress is not working using the nginx inc ingress controller. Both giving me 502 bad gateway error. Anyone can help please?
j
How did you install? My best guess is certificate names
a
I have cert-manager and nginx inc ingress controller already present inside my k3s cluster. So I used these manifest files and documentation to deploy -> https://github.com/gravitl/netmaker/tree/master/k8s/server
everything is working properly if I port forward the UI to my local machine using kubectl port forward
only the ingress is giving bad gateway
j
Have you hosted other services on this k8s server without a problem? Sounds like a firewall issue
a
yes. everything is working properly in this k3s cluster.
I have lots of services running here without any problem.
ingress is working properly on other services.
does the api server and ui uses grpc or websocket as their protocol?
I figured that the SSL certificates on both the UI and API is not working. if I port forward the api service and try to use it with https it shows SSL METHOD ERROR
4 Views