You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= Configuring IPsec with the FlowCollector custom resource
8
+
9
+
In {product-title}, IPsec is disabled by default. You can enable IPsec by following the instructions in "Configuring IPsec encryption".
10
+
11
+
.Prerequisite
12
+
13
+
* You have enabled IPsec encryption on {product-title}.
14
+
15
+
.Procedure
16
+
. In the web console, navigate to *Operators*->*Installed Operators*.
17
+
. Under the *Provided APIs* heading for the *NetObserv Operator*, select *Flow Collector*.
18
+
. Select *cluster* then select the *YAML* tab.
19
+
. Configure the `FlowCollector` custom resource for IPsec:
20
+
+
21
+
.Example configuration of `FlowCollector` for IPsec
22
+
[source, yaml]
23
+
----
24
+
apiVersion: flows.netobserv.io/v1beta2
25
+
kind: FlowCollector
26
+
metadata:
27
+
name: cluster
28
+
spec:
29
+
namespace: netobserv
30
+
agent:
31
+
type: eBPF
32
+
ebpf:
33
+
features:
34
+
- "IPSec"
35
+
----
36
+
37
+
.Verification
38
+
39
+
When IPsec is enabled:
40
+
41
+
* A new column named *IPsec Status* is displayed in the network observability *Traffic flows* view to show whether a flow was successfully IPsec-encrypted or if there was an error during encryption/decryption.
42
+
43
+
* A new dashboard showing the percent of encrypted traffic is generated.
* xref:../../observability/network_observability/observing-network-traffic.adoc#network-observability-packet-drops_nw-observe-network-traffic[Working with packet drops]
* xref:../../observability/network_observability/observing-network-traffic.adoc#network-observability-dns-tracking_nw-observe-network-traffic[Working with DNS tracking]
* xref:../../observability/network_observability/observing-network-traffic.adoc#network-observability-RTT_nw-observe-network-traffic[Working with RTT tracing]
* xref:../../observability/network_observability/observing-network-traffic.adoc#network-observability-filtering-ebpf-rule_nw-observe-network-traffic[Filtering eBPF flow data with rules]
Alternatively, you can access the traffic flow data in the *Network Traffic* tab of the *Namespaces*, *Services*, *Routes*, *Nodes*, and *Workloads* pages which provide the filtered data of the corresponding aggregations.
0 commit comments