Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thingsboard/thingsboard-k8s-dns
The DNS server that is working inside the K8S cluster and allows external services to get IPs of internal services exposed through K8S NodePorts.
https://github.com/thingsboard/thingsboard-k8s-dns
coap dns dns-server k8s lwm2m udp
Last synced: 8 days ago
JSON representation
The DNS server that is working inside the K8S cluster and allows external services to get IPs of internal services exposed through K8S NodePorts.
- Host: GitHub
- URL: https://github.com/thingsboard/thingsboard-k8s-dns
- Owner: thingsboard
- License: apache-2.0
- Created: 2021-08-03T11:38:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T09:34:43.000Z (about 3 years ago)
- Last Synced: 2024-11-06T17:32:42.981Z (about 2 months ago)
- Topics: coap, dns, dns-server, k8s, lwm2m, udp
- Language: Java
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThingsBoard k8s DNS server
The DNS server that is working inside the K8S cluster and allows external services to get IPs of internal services exposed through K8S NodePorts.
We have created this project to connect external UDP load balancer with the CoAP/LwM2M Transports, because existing K8S LoadBalancer implementations did not support our use case.