mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
11 lines
717 B
Plaintext
11 lines
717 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// network_observability/network-observability-overview.adoc
|
|
|
|
:_mod-docs-content-type: CONCEPT
|
|
[id="network-observability-operator_{context}"]
|
|
= Network Observability Operator
|
|
|
|
The Network Observability Operator provides the `FlowCollector` API custom resource. A `FlowCollector` instance is a cluster-scoped resource that enables configuration of network flow collection. This instance deploys pods and services that form a monitoring pipeline.
|
|
|
|
The `eBPF` agent is deployed as a `daemonset` object and creates the network flows. The pipeline collects and enriches network flows with Kubernetes metadata before storing them in Loki or generating Prometheus metrics. |