This message was deleted.
s
This message was deleted.
1
b
If you are using EKS (Kubernetes), your request route is: public-web --> ingress --> k8s-nodes? Than you need to map everyting in your k8s-ingress. Is that what you mean?
so that you can access the dashboard using your normal browser with ssl-encryption. Maybe a subdomain would be nice? We are using it like that
Copy code
rules:
    - host: <http://dashboard.your-domain.com|dashboard.your-domain.com>
      http:
        paths:
          - path: /
            backend:
              serviceName: signoz
              servicePort: 3301
Something like that in your ingress-deployment
r
@Benedikt thank you for your response, i have change the type for SVC signoz-frontend from CLUSTER IP to LOAD BALANCER, so shall I revet it back or let it be like that.
b
Is your cluster-ip bound to a domain and using ssl/tls?
r
No
@Benedikt and @Prashant Shahi The issue is resolved now, thank you very much for your help and support.
🎉 2