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