Hi Team,
I deployed Signoz on AWS EKS, later attached to ingress. But I'm unable to access the Signoz dashboard.
How can I access Signoz dashboard?
I'm trying to access it with <alb-dns-name/dashboard>
Below is the ingress file I used to attach signoz frontend service to alb
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: "signoz-check"
annotations:
alb.ingress.kubernetes.io/group.name: nginx-alb-testing
kubernetes.io/ingress.class: alb
alb.ingress.kubernetes.io/target-type: 'ip'
spec:
rules:
- http:
paths:
- path: /dashboard
pathType: Prefix
backend:
service:
name: signoz-frontend
port:
number: 3301
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.