Hi all, I'm thinking of setting up Signoz in GKE c...
# support
s
Hi all, I'm thinking of setting up Signoz in GKE cluster. Is there any guide to setup production grade signoz with all params configured properly? Currently, in the official docs, it only says to set the storage class and install the helm chart.
n
Hey @Sai Chander, we do have a doc containing the suggestions for running Signoz in production: https://signoz.io/docs/production-readiness/ Other than this, let me know what other config you think would be needed for running Signoz in production
s
Basically a guide to explain all the things that needs to be done after doing helm install. 1. Does this helm also host the frontend of Signoz? I don't see anything in helm chart and neither do I see any service exposing port 3301 2. How do I expose the services outside? 3. Does it have an OTEL collector already to which I can send data to? 4. Setup of TLS Basically all the things that I need to do after doing a simple helm install to actually send data from my apps to signoz and also view Signoz UI
n
1. Helm does install the frontend for SigNoz ( the SigNoz component in Helm charts comes with UI, alertmanager and query-service components) 2. You can opt for the installation of a loadbalancer or nodeport from the chart: https://github.com/SigNoz/charts/blob/de8d759700339068e0e6c031b22d9952b91a4c16/charts/signoz/values.yaml#L584 3. Yes, you can use Signoz-otel-collector, which is already installed when using helm charts: https://github.com/SigNoz/charts/blob/de8d759700339068e0e6c031b22d9952b91a4c16/charts/signoz/values.yaml#L949 4. For which service do you need TLS? Can you elaborate on that
Take a look at the docs, here you can see what components get installed with helm charts: https://signoz.io/docs/install/kubernetes/others/#helm-installation
s
Thanks. Was able to set it up.
n
Great!!