You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<html><head><title>502 Bad Gateway</title></head><body><center><h1>502 Bad Gateway</h1></center><hr><center>nginx</center></body></html>
Screenshots
No response
Logs
>kubectl get svc --namespace kafka
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
kafka ClusterIP xxxxxx <none> 9092/TCP
kafka-headless ClusterIP None <none> 9092/TCP,9094/TCP,9093/TCP
kafka-kafka-ui ClusterIP xxxxxx <none> 80/TCP
>kubectl get ingress --namespace kafka
NAME CLASS HOSTS ADDRESS PORTS
kafka-kafka-ui nginx kafka-ui.foo.bar xxx 80
>kubectl get pods --namespace kafka
NAME READY STATUS RESTARTS
kafka-0 1/1 Running 0
kafka-kafka-ui-86d9dfc595-vggzp 1/1 Running 0
>kubectl logs kafka-kafka-ui-86d9dfc595-vggzp --namespace kafka | tail
Kubeconfig user entry is using deprecated API version client.authentication.k8s.io/v1alpha1. Run 'aws eks update-kubeconfig' to update.
2023-05-19 15:14:44,704 DEBUG [parallel-2] c.p.k.u.s.ClustersStatisticsScheduler: Start getting metrics for kafkaCluster: bazz
2023-05-19 15:14:44,710 DEBUG [parallel-1] c.p.k.u.s.ClustersStatisticsScheduler: Metrics updated for cluster: bazz
2023-05-19 15:15:14,704 DEBUG [parallel-2] c.p.k.u.s.ClustersStatisticsScheduler: Start getting metrics for kafkaCluster: bazz
2023-05-19 15:15:14,711 DEBUG [parallel-1] c.p.k.u.s.ClustersStatisticsScheduler: Metrics updated for cluster: bazz
2023-05-19 15:15:44,704 DEBUG [parallel-2] c.p.k.u.s.ClustersStatisticsScheduler: Start getting metrics for kafkaCluster: bazz
2023-05-19 15:15:44,710 DEBUG [parallel-1] c.p.k.u.s.ClustersStatisticsScheduler: Metrics updated for cluster: gamma-events
2023-05-19 15:16:14,704 DEBUG [parallel-2] c.p.k.u.s.ClustersStatisticsScheduler: Start getting metrics for kafkaCluster: bazz
2023-05-19 15:16:14,711 DEBUG [parallel-1] c.p.k.u.s.ClustersStatisticsScheduler: Metrics updated for cluster: bazz
2023-05-19 15:16:44,704 DEBUG [parallel-2] c.p.k.u.s.ClustersStatisticsScheduler: Start getting metrics for kafkaCluster: bazz
2023-05-19 15:16:44,710 DEBUG [parallel-1] c.p.k.u.s.ClustersStatisticsScheduler: Metrics updated for cluster: bazz
Additional context
All cluster resources are up and running fine. From pod to ingress. And Bootstrap servers were successfully reached.
No port mapping was overridden, all defaults are in use. I postulate it shouldn't be the issue root cause. a forwarding from ingress -> service -> pod look on point.
No error logged by the container when hitting the endpoint kafka-ui.foo.bar .
The text was updated successfully, but these errors were encountered:
Issue submitter TODO list
master
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
Kafka UI is not rendered. Host responds with 502 Error code.
Expected behavior
Kafka UI is rendered
Your installation details
Kafka-UI version 0.7.0
Steps to reproduce
helm install your-release-name charts/kafka-ui -f values.yml --namespace kafka
curl kafka-ui.foo.bar
Screenshots
No response
Logs
>kubectl get ingress --namespace kafka NAME CLASS HOSTS ADDRESS PORTS kafka-kafka-ui nginx kafka-ui.foo.bar xxx 80
>kubectl get pods --namespace kafka NAME READY STATUS RESTARTS kafka-0 1/1 Running 0 kafka-kafka-ui-86d9dfc595-vggzp 1/1 Running 0
Additional context
All cluster resources are up and running fine. From pod to ingress. And Bootstrap servers were successfully reached.
No port mapping was overridden, all defaults are in use. I postulate it shouldn't be the issue root cause. a forwarding from ingress -> service -> pod look on point.
No error logged by the container when hitting the endpoint
kafka-ui.foo.bar
.The text was updated successfully, but these errors were encountered: