Skip to content

Commit

Permalink
add Hubble GUI wth ROS 2 application containers. (#50)
Browse files Browse the repository at this point in the history
Signed-off-by: Tomoya.Fujita <[email protected]>
  • Loading branch information
fujitatomoya authored Jul 29, 2024
1 parent 7e56346 commit 2c54a98
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/Setup_Kubernetes_Cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,16 @@ enable-ipsec true
ipsec-key-file /etc/ipsec/keys
```
#### Enable [Hubble Observability](https://github.com/cilium/hubble/)
Cilium also provides the observability component for gaining deep insights into the network and security behavior of your applications.
This also works with ROS and ROS 2 application containers.
Hubble collects network flow data using eBPF and processes it to generate valuable insights, this data can be visualized and analyzed through the Hubble UI or using the Hubble CLI.
We can just follow [Service Map & Hubble UI](https://docs.cilium.io/en/latest/gettingstarted/hubble/#hubble-ui) procedure to enable Hubble and the following graphical interface will come up.
![Hubble GUI with ROS 2 application](./../images/ros2_hubble_observability.png)
#### Enable Multicast (W.I.P)
> [!NOTE]
Expand Down
Binary file added images/ros2_hubble_observability.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2c54a98

Please sign in to comment.