thingsboard / thingsboard-ce-k8s

ThingsBoard Community Edition Kubernetes scripts and docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot access thingsboard after installing in kube cluster using HELM

ssmtariq opened this issue · 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?

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?