Exposing Signoz Clickhouse Setup via Ingress Controller
TLDR oluchi needed help exposing clickhouse setup using ingress. Prashant suggested checking port number and updating clickhouse.allowedNetworkIps
configuration.





May 22, 2023 (1 week ago)
oluchi
09:01 AMI am truly amazed by its functionality, ease of use, and the positive impact on our
1. developer's productivity,
2. less time trying to debug issues.
3. optimizing and improving our database and GraphQL queries
4. Cost saving ( stakeholders are happy with the impact).
Please know that your efforts are deeply appreciated and highly valued.๐โโ๏ธ





oluchi
09:05 AMkind: Ingress
metadata:
name: chi-signoz-clickhouse-cluster
labels:
: chop
: signoz-clickhouse
: cluster
: infra
: "0"
: "0"
annotations:
: "cert-manager-dns"
: "true"
spec:
ingressClassName: nginx
tls:
- hosts:
- ""
secretName: clickhouse-staging-tls-setup
rules:
- host: ""
http:
paths:
- path: /
pathType: ImplementationSpecific
backend:
service:
name: chi-signoz-clickhouse-cluster-0-0
port:
number: 80
Prashant
09:43 AMโข port number
80
in ingressโข not allowing "Your IP" in the
clickhouse.allowedNetworkIps
helm configurationPrashant
09:44 AMoluchi
10:53 AMMay 24, 2023 (5 days ago)
Prashant
10:42 AMIt is not recommended to use one for production setup, but I don't think it is gonna be an issue in dev environment.
Prashant
10:43 AMclickhouse.allowedNetworkIps
configurationPrashant
10:43 AMSigNoz Community
Similar Threads
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`.


SigNoz Setup Issue with External ClickHouse in Kubernetes
Ragulraj faced issues with SigNoz setup on Kubernetes using an external ClickHouse. Prashant and Srikanth provided pre-requisites and configuration steps. Ashu agreed to update the documentation.
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.
External ClickHouse Server Installation Issue
Syed faced a connection error with an external ClickHouse server. Srikanth and Ankit suggested changing the cluster name to 'cluster'. The issue was resolved after updating the name.
Issue with Installing Latest SigNoz Version
Goutham faced issues installing latest SigNoz version with pods in initiation state. Syed suggested checking ClickHouse server. Prashant recommended running `helm upgrade` to resolve the issue.