https://signoz.io logo
#general
Title
# general
v

Vishal Goel

10/05/2022, 11:48 AM
How i can access signoz url by ingress, alb ingress does't register instance in Target group.
a

Ankit Nayan

10/05/2022, 6:04 PM
@Prashant Shahi can you please check this when you get some time
p

Prashant Shahi

10/06/2022, 4:02 AM
Hi @Vishal Goel ! We have tested SigNoz chart with Nginx ingress controller and Cert Manager. It worked fine for us.
Let me test with alb and get back to you.
Have you tried referring to official alb guide? https://docs.aws.amazon.com/eks/latest/userguide/alb-ingress.html
v

Vishal Goel

10/06/2022, 6:08 AM
yes i tried with that alb official doc of aws
annotations: kubernetes.io/ingress.class: alb alb.ingress.kubernetes.io/scheme: internet-facing alb.ingress.kubernetes.io/subnets: subnet-291f6974, subnet-b3e5c9d7 alb.ingress.kubernetes.io/listen-ports: '[{"HTTPS": 443}]' alb.ingress.kubernetes.io/certificate-arn: arnawsacmus east 1086341552770:certificate/d9828a48-3f0d-4542-9f89-79c56ebe1c8d alb.ingress.kubernetes.io/group.name: signozalb alb.ingress.kubernetes.io/target-type: ip hosts: - host: query-service.pntrzz.com paths: - path: /query-service pathType: ImplementationSpecific port: 8080
this is my alb ingress configuartion
5 Views