File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed
Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1+ # NetObserv Operator
2+
3+ NetObserv Operator is a Kubernetes / OpenShift operator for network observability. It deploys a monitoring pipeline that consists in:
4+ - an eBPF agent, that generates network flows from captured packets
5+ - flowlogs-pipeline, a component that collects, enriches and exports these flows
6+ - when used in OpenShift, a Console plugin for flows visualization with powerful filtering options, a topology representation and more
7+
8+ Flow data is then available in multiple ways, each optional:
9+
10+ - As Prometheus metrics
11+ - As raw flow logs stored in Loki
12+ - As raw flow logs exported to a collector
Original file line number Diff line number Diff line change 11apiVersion : v1
22entries :
3- NetObserv operator :
3+ netobserv- operator :
44 - apiVersion : v2
55 appVersion : 1.8.0-community
6- created : " 2025-03-10T17:07:25.931253726 +01:00"
6+ created : " 2025-03-10T17:45:58.266924169 +01:00"
77 description : Network Observability in Kubernetes based on eBPF.
8- digest : 199d20e15e453ca6161f98431353fca535af7a8f3b55122a67885d2fee9ad611
8+ digest : 582c05641b034138f94e4857dddcdf8c6fd9372f1c250786a77892a803924a11
99 home : https://netobserv.io/
1010 icon : https://netobserv.io/static/assets/images/netobserv.svg
1111 keywords :
@@ -37,6 +37,6 @@ entries:
3737 - https://github.com/netobserv/network-observability-cli
3838 type : application
3939 urls :
40- - https://netobserv.io/static/helm/NetObserv%20operator -1.8.0-community.tgz
40+ - https://netobserv.io/static/helm/netobserv-operator -1.8.0-community.tgz
4141 version : 1.8.0-community
42- generated : " 2025-03-10T17:07:25.927684387 +01:00"
42+ generated : " 2025-03-10T17:45:58.263657101 +01:00"
You can’t perform that action at this time.
0 commit comments