Cilium 1.18 Hubble로 east-west 트래픽 시각화 중. 가시성은 좋은데 Prometheus 메모리가 28GB로 폭증. metric series 분석하니 1.4M series.
# 주요 high-cardinality metric
hubble_flows_processed_total
{source_pod=..., dest_pod=..., destination_port=...}
# pod 수 = 800
# pod 페어 = 800 × 800 = 640K series
# × port 다양 = 1.4M
Hubble 가시성 유지하면서 Prometheus 부담 줄이는 패턴 있나요?
댓글 0