Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot access thingsboard after installing in kube cluster using HELM #70

Open
ssmtariq opened this issue Sep 20, 2022 · 1 comment
Open

Comments

@ssmtariq
Copy link

ssmtariq commented Sep 20, 2022

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?

@midokura-agustin
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants