ngrok / kubernetes-ingress-controller

The official ngrok Ingress Controller for Kubernetes
https://ngrok.com
MIT License
183 stars 20 forks source link

Add support for Load Balancer CRD with ability to integrate with ExternalDNS #375

Closed ctindel closed 1 month ago

ctindel commented 1 month ago

Description

Right now with ngrok's TCP and TLS Edges there's no way to automate integration with helm charts that use ExternalDNS.

Can we implement the LoadBalancer CRD which would give us a place to put annotations for ExternalDNS to pick up? This would be helpful when working with helm charts like the strimzi kafka chart.

https://strimzi.io/blog/2019/05/23/accessing-kafka-part-5/

Use Case

No response

Related issues

No response