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
- 2GB available memory after system and other critical workloads
25
+
The collector-only configuration was validated on a **2 vCPU / 2 GiB node** with eBPF disabled. Use that as its planning guideline and a **4 vCPU / 4 GiB node** for full tracing. These are host/node sizing guidelines, not resource allocations: the requested capacity and enough headroom up to the limits must be available after Kubernetes, the operating system, and other workloads consume resources.
26
26
27
-
**Important notes:**
28
-
- The eBPF container requires 1.5GB memory reservation to ensure stable eBPF-based tracing
29
-
- In memory-constrained or heavily overcommitted clusters, the collector may experience restarts
30
-
- Both containers are configured with Guaranteed QoS class to prevent eviction under memory pressure
27
+
Kubernetes uses requests to schedule and reserve capacity, while limits cap each container's usage. The unequal request and limit values are intentional, so the default Pod has **Burstable** rather than Guaranteed QoS. A container can be CPU-throttled or OOM-killed at its limits, and Burstable Pods have lower eviction priority than Guaranteed Pods under node pressure.
0 commit comments