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.
Prashant Can you please help with this?
Hi Koushik :wave:
You should be able to follow instructions k8s/others docs to set up SigNoz in AKS:
_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
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.
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.
•
Koushik
Mon, 05 Jun 2023 10:22:24 UTCHello - 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..