thingsboard-ce-k8s icon indicating copy to clipboard operation
thingsboard-ce-k8s copied to clipboard

Cannot access thingsboard after installing in kube cluster using HELM

Open ssmtariq opened this issue 2 years ago • 1 comments

I have installed thingsboard using HELM. All the services and pods are up and running but cannot access the thingsboard app. I have tried the following-

  • Using ingress ip
  • Using tb-https ip It seems none of them are working.

Here is the status of the pods image

Here is the status of the services image

Status of the cert-manager and nginx-ingress: image

How can I access the thingsboard?

ssmtariq avatar Sep 20 '22 16:09 ssmtariq

HAve you set an an ingress? I cannot see it in the logs shown. In order to access the service you'll need on of these:

  • ingress and a ingress controller like nginx, DNS pointing there...
  • set service as loadbalancer, but that's a lot more tricky, because some routes should go to the Thingsboard webui and others to the Thingsboard node Do you have other ingress services working in this cluster so you can be sure ingress is working properly?

midokura-agustin avatar Jan 24 '23 15:01 midokura-agustin