mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
14 lines
776 B
Plaintext
14 lines
776 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
|
|
|
|
[role="_abstract"]
|
|
The Network Observability Operator provides the cluster-scoped `FlowCollector` API custom resource, which manages a pipeline of eBPF agents and services that collect, enrich, and store network flows in Loki or Prometheus.
|
|
|
|
A `FlowCollector` 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. |