#support

SigNoz Deployment and Collector Concerns in Multi-Cluster Application

TLDR Romil asks about deploying k8s-infra chart and collector roles in a multi-cluster setup. Ankit recommends deploying k8s-infra chart for each cluster, and mentions the importance of using SigNoz's otel-collector for their data schema.

Powered by Struct AI
+11
Mar 16, 2023 (6 months ago)
Romil
Photo of md5-9fdac386927ff20f6a6bc0d2a9164de5
Romil
07:20 PM
i'm testing an application where i have 20 clusters around the world, feeding them through a single signoz collector then to clickhouse is a huge bottleneck. if i can deploy the k8s-infra chart into each cluster which directly writes to clickhouse then i just need 1 deployment of signoz in the data cluster to visualize. is this going to cause an issue? does the signoz collector have anything special?
Mar 17, 2023 (6 months ago)
Ankit
Photo of md5-dbe7088320fe1d922707613e02f3420d
Ankit
03:27 AM
ideally, k8s-infra chart should be deployed on each of these clusters to collect and forward data to SigNoz from individual clusters
03:28
Ankit
03:28 AM
signoz's otel-collector prepares data according to schema we support. It cannot be done using non signoz's component
+11