Hello, I have a query, I was trying to self-host S...
# general
a
Hello, I have a query, I was trying to self-host SigNoz on AWS, followed all the steps but failed to make the application run. Previously I have tried the docker standalone method to run signoz locally and it worked. I'm mentioning the application status after running it from AWS terminal.
Copy code
NAME                                                        READY   STATUS     RESTARTS       AGE
chi-my-release-clickhouse-cluster-0-0-0                     0/1     Pending    0              3m49s
my-release-clickhouse-operator-f8f59fcf7-g2hgb              2/2     Running    2 (4m1s ago)   4m3s
my-release-k8s-infra-otel-agent-tc8zs                       1/1     Running    0              4m3s
my-release-k8s-infra-otel-deployment-bc6b96d9b-b64pr        1/1     Running    0              4m3s
my-release-signoz-alertmanager-0                            0/1     Pending    0              4m3s
my-release-signoz-frontend-77f96cd85b-9ll55                 0/1     Init:0/1   0              4m3s
my-release-signoz-otel-collector-6d7d58fb79-xcvsp           0/1     Init:0/1   0              4m3s
my-release-signoz-otel-collector-metrics-5cc546d89c-jlkcm   0/1     Init:0/1   0              4m3s
my-release-signoz-query-service-0                           0/1     Pending    0              4m3s
my-release-signoz-schema-migrator-init-n4jhn                0/1     Init:0/2   0              4m3s
my-release-zookeeper-0                                      0/1     Pending    0              4m3s
All services are not running, only a few. Could you please help me? Any extra information about the deployment process you need?
s
Check why clickhouse is in pending state
👀 1