Deploying SigNoz in AKS Production Cluster with Sample Application

TLDR Koushik asks about using SigNoz in an AKS production cluster and wants a sample app. Prashant provides instructions for setting up SigNoz in AKS and suggests HotROD and other sample applications for testing.

Photo of Koushik
Koushik
Mon, 05 Jun 2023 10:22:24 UTC

Hello - I am very to keen to get some expert opinion for Signoz in production AKS cluster ! Are we good with to use it in AKS production cluster ? Also, can we have any sample project by which I can deploy it to AKS clusters and see the Traces, Service Maps, Logs etc..

Photo of vishal-signoz
vishal-signoz
Mon, 05 Jun 2023 10:52:10 UTC

Prashant Can you please help with this?

Photo of Prashant
Prashant
Mon, 05 Jun 2023 18:28:04 UTC

Hi Koushik :wave: You should be able to follow instructions k8s/others docs to set up SigNoz in AKS: Also, we had help from community member to verify SigNoz chart in different K8s version of AKS.

Photo of Prashant
Prashant
Mon, 05 Jun 2023 18:42:55 UTC

_override-values.yaml_ ```global: clusterName: "koushik-cluster" clickhouse: persistence: size: 100Gi k8s-infra: presets: resourceDetection: detectors: - aks - azure - system``` Koushik you can use the override values to set up in AKS cluster. If you wish to use non-default storage class, you can use `global.storageClass` configuration to set it during installation (and not later). Commands: ```helm repo add signoz helm install -n platform --create-namespace my-release signoz/signoz -f override-values.yaml```

Photo of Koushik
Koushik
Tue, 06 Jun 2023 08:02:45 UTC

Thanks Prashant. I have made available the SigNoz in AKS cluster. I'm looking for some application/ready made Application so that I can deploy it to cluster and see Traces, Service Maps and Logs.

Photo of Prashant
Prashant
Tue, 06 Jun 2023 08:57:51 UTC

You should already see logs being captured from the cluster where you installed signoz. For traces, you can use HotROD sample application or any of the sample applications in desired language/framework. • Also, you can import dashboards from step 3, 4 and 5 of the following K8s Infra docs.