Hubble UI is open source user interface for Cilium Hubble.
Hubble UI is installed as part of hubble, please see Hubble Getting Started Guide for details.
Troubleshooting microservices application connectivity is a challenging task. Simply looking at "kubectl get pods" does not indicate dependencies between each service or external APIs or databases.
Hubble UI enables zero-effort automatic discovery of the service dependency graph for Kubernetes Clusters at L3/L4 and even L7, allowing user-friendly visualization and filtering of those dataflows as a Service Map.
See Hubble Getting Started Guide for details.

If you want to point frontend to backend deployed into minikube, then just do next port forward: kubectl port-forward -n kube-system deployment/hubble-ui 8081.
Otherwise, if you want to change something in Go backend there are additional steps:
cd ./backend, execute ./ctl.sh run, wait build and server runningcd ./server and execute envoy -c ./envoy.yaml (envoy must be installed)kubectl port-forward -n kube-system deployment/hubble-relay 50051:4245npm installnpm run watchLearn more about Cilium Community
Hubble UI is Apache License, Version 2.0
Content type
Image
Digest
sha256:661d5de70…
Size
10.9 MB
Last updated
11 months ago
docker pull cilium/hubble-ui:v0.13.3Pulls:
606
Last week