Closed asamirr closed 7 months ago
Is Your Kibana kubernetes service running on port 80? The i/o timeout comes from the fact that Teleport can't dial to Kibana
@tigrato Worked. The kibana service had both port
and targetPort
set to 5601. Changed the port
only to 80 and worked. Will update if any more issues arise. Thanks a lot!
Currently on AKS with ELK installed and kibana service working properly whenever tested using port-forward Tried adding it to Teleport apps to restrict its access.
Expected behavior: Kibana opens and I'm able to navigate it.
Current behavior: Internal server error whenever I launch it.
Bug details:
Recreation steps Deploy ELK on kubernetes and then add it's configuration to teleport configmap `
apps:
2024-03-25T13:31:44Z ERRO [APP:SERVI] Error forwarding to http://kibana.monitoring.svc.cluster.local/, err: dial tcp 10.0.157.103:80: i/o timeout reverseproxy/reverse_proxy.go:231 2024-03-25T13:32:14Z ERRO [APP:SERVI] Error forwarding to http://kibana.monitoring.svc.cluster.local/favicon.ico, err: dial tcp 10.0.157.103:80: i/o timeout reverseproxy/reverse_proxy.go:23