1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-07 00:48:01 +01:00
Files
openshift-docs/modules/network-observability-resources-table.adoc
Sara Thomas 472af27b2e no-1.5 integration with main
no-1.5 integration with main

OSDOCS-7593: Netobserv RTT

OSDOCS-8465: Updates to Network Traffic Overview

OSDOCS-8253: Improved LokiStack integration

OSDOCS-8253: API version updates

Dashboard enhancements for lokiless use

OCPBUGS-22397: clarify netobserv network policy

OSDOCS-9419: Adding zones to Overview

Re-adding removed RTT overview info

OSDOCS-8701: Update resource considerations table

Network Observability API documentation updates

Update to JSON flows format

Network Observability 1.5 release notes

no-1.5 integration with main
2024-02-21 14:23:42 +00:00

32 lines
2.0 KiB
Plaintext

// Module included in the following assemblies:
// * network_observability/configuring_operator.adoc
:_mod-docs-content-type: REFERENCE
[id="network-observability-resources-table_{context}"]
= Resource considerations
The following table outlines examples of resource considerations for clusters with certain workload sizes.
[IMPORTANT]
====
The examples outlined in the table demonstrate scenarios that are tailored to specific workloads. Consider each example only as a baseline from which adjustments can be made to accommodate your workload needs.
====
.Resource recommendations
[options="header"]
|===
| | Extra small (10 nodes) | Small (25 nodes) | Medium (65 nodes) ^[2]^ | Large (120 nodes) ^[2]^
| *Worker Node vCPU and memory* | 4 vCPUs\| 16GiB mem ^[1]^ | 16 vCPUs\| 64GiB mem ^[1]^ | 16 vCPUs\| 64GiB mem ^[1]^ |16 vCPUs\| 64GiB Mem ^[1]^
| *LokiStack size* | `1x.extra-small` | `1x.small` | `1x.small` | `1x.medium`
| *Network Observability controller memory limit* | 400Mi (default) | 400Mi (default) | 400Mi (default) | 400Mi (default)
| *eBPF sampling rate* | 50 (default) | 50 (default) | 50 (default) | 50 (default)
| *eBPF memory limit* | 800Mi (default) | 800Mi (default) | 800Mi (default) | 1600Mi
| *FLP memory limit* | 800Mi (default) | 800Mi (default) | 800Mi (default) | 800Mi (default)
| *FLP Kafka partitions* | N/A | 48 | 48 | 48
| *Kafka consumer replicas* | N/A | 24 | 24 | 24
| *Kafka brokers* | N/A | 3 (default) | 3 (default) | 3 (default)
|===
[.small]
--
1. Tested with AWS M6i instances.
2. In addition to this worker and its controller, 3 infra nodes (size `M6i.12xlarge`) and 1 workload node (size `M6i.8xlarge`) were tested.
--