Graylog up and running on kubernetes, but cannot access web interface

Hello,
Deployed Graylog on kubernetes, also mongodb and elasticsearch. Logs say graylog is up and running. But when used kubectl port-forward service/graylog-web 8000:9000 and try to in open browser 127.0.0.1:8000, Nothing happens blank page. But Curl to this address is dowloading the HTML page. Please help. No clue what I am missing.
Other apps on kubernetes open in browser when their services are port-forwarded to local.

Update : the browser inspect shows unresolved links like this
http://graylog-0.graylog.graylog.svc.cluster.local:9000/config.js
http://graylog-0.graylog.graylog.svc.cluster.local:9000/assets/polyfill.d5c12e9afb78da9fb1e7.js
and more…
Kind regards
Ram

The Graylog in your Browser needs to know where it can connect to the API (the running Graylog Server) - that needs to be configured as http_external_urior set via proxy.

Thank you for reply, I found that information and set it still ti was do many redirection than I needed to make ssl redirection false in ingress and it worked Thank you.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.