-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
bitnami/influxdb: Influxdb questions #5965
Comments
Hi @bhakta0007
I hope that I solved all you questions. Do not hesitate to contact us, if you have more questions. Thanks Álvaro |
(1) & (2) - thanks - I get it now. makes sense |
Hi @bhakta0007 Thanks to you. Let me know if you have more questions. BR Álvaro |
how do we go about including the UDP configuration into the influxdb charts? Can you please assist / or point in the right direction? |
Hi, There is a value called |
I get that part. What I am not sure is how a real-life scenario will work. My use-case is that I want the UDP port to be exposed along with the HTTP relay port AND assign a load balancer IP to this configuration. This way I can ingest data from outside. I believe you cannot expose two services (HTTP (aka TCP) and UDP) from the same LB IP. How do we overcome this? |
Hi, It seems this is an issue that has been brought up in Kubernetes itself. It seems that it is not fully working for LoadBalancer services. They mention this tutorial, which seems to require manual actions https://medium.com/asl19-developers/build-your-own-cloud-agnostic-tcp-udp-loadbalancer-for-your-kubernetes-apps-3959335f4ec3 Could you take a look, and let us know what elements you had to add and modify in order to get both TCP and UDP traffic working? |
@javsalgar that option to create an independent service that would load balance to influx will work. I haven't tried it but I am sure that would work. |
hi @bhakta0007 Thanks to report the issue. I created an internal task and added it to the backlog. I am not able to give you an ETA. We will update this thread once we have news. Thanks Álvaro |
Unfortunately, this issue was created a long time ago and although there is an internal task to fix it, it was not prioritized as something to address in the short/mid term. It's not a technical reason but something related to the capacity since we're a small team. Being said that, contributions via PRs are more than welcome in both repositories (containers and charts). Just in case you would like to contribute. During this time, there are several releases of this asset and it's possible the issue has gone as part of other changes. If that's not the case and you are still experiencing this issue, please feel free to reopen it and we will re-evaluate it. |
Which chart:
influxdb : in high-availability mode
Describe the bug
Not a bug but questions:
Note: I am considering influx 1.x based deployment.
The text was updated successfully, but these errors were encountered: