Hello Support, I followed this Doc <https://signo...
# support
s
Hello Support, I followed this Doc https://signoz.io/docs/install/kubernetes/others/ i was able to monitor all application in my cluster. How do i enable infrastructure monitoring for this cluster. I understand that you can do this using the helm signoz/k8s-infra however the chart in the above documentation does not discuss infra monitoring with the signoz/signoz chart. Do i install the 2 charts in my cluster?
d
The signoz helm chart is just to install the signoz application, and the k8s-infra chart is to instrument a cluster with otel monitoring that reports back to the signoz application. So yes you'd install both if you want to run signoz in the same cluster you are monitoring. My guess for why they are split is to support a topology where you have a dedicated monitoring cluster, and other clusters where your workloads are deployed. In this case you'd deploy the signoz chart to the first cluster and k8s-infra chart to the others.
s
Thank you