Troubleshooting TLS Handshake Error in AKS Cluster
TLDR Sudhansu is having issues with a TLS handshake error during setup of signoz in an AKS cluster. Yash rV suggested checking certificate management tool permissions and advised a system restart.
Aug 24, 2023 (3 months ago)
Sudhansu
01:53 PMI am receiving this error on setup of signoz in AKS cluster.
I have deployed signoz on a single node cluster in a dedicated namespace for signoz.
I installed opentelemetry operator and collector in the dedicated namespace for otel
Created ingress rules for accessing signoz frontend and signoz otel collector and mapped with those ingress rules with DNS.
Deployed the instrument on the dedicated namespace for otel.
Deployed the Java application spring-petclinic on the cluster.
But I am receiving this error for TLS handshake, I have created a secret for my SSL certificate in the cluster as well.
Can anyone help me in resolving this issue??
Yash rV
02:57 PMI'm not very much sure in aks, but I've seen in eks, during testing quite a few time it is unables to makes connection because of some cert issue, which may be due some internal networking or memory. So try giving a restart if possible provided you have necessary backups. Also look at your ingress rules.
Sudhansu
05:27 PMSigNoz Community
Indexed 1023 threads (61% resolved)
Similar Threads
Setting Up TLS for SigNoz in Azure AKS
Sudhansu needed guidance to set up a separate signoz cluster in Azure AKS, specifically regarding TLS setup. Prashant provided detailed documentation for the process.
Issues with SigNoz Setup and Data Persistence in AKS
Vaibhavi experienced issues setting up SigNoz in AKS, and faced data persistence issues after installation. Srikanth provided guidance on ClickHouse version compatibility and resource requirements, helping Vaibhavi troubleshoot and resolve the issue.
Signoz Installation Issue on EKS due to Incorrect Credentials
Chatthana encountered an error while installing Signoz on EKS related to incorrect credentials. The issue was resolved by updating `clickhouse.allowedNetworkIps`.