Skip to content

Hubble (Cilium UI)

If you're using the built-in Helm chart, Cilium is being used for network policy enforcement. Cilium includes a UI called Hubble which can be used to monitor network traffic.

hubble

This is particularly useful for curating a list of allowed domain names for your evals.

Prerequisites

You'll need access to the namespace in which hubble-ui is deployed (kube-system by default).

You'll need to enable the Hubble UI in your Cilium installation if it's not already enabled.

To access Hubble, install the cilium CLI on your development machine and run:

cilium hubble ui

Then you can access Hubble in your browser at http://localhost:12000.

Stuck on the loading page?

Try changing the port number. To forward to a random port number:

cilium hubble ui --port-forward 0