oracle / oci-cloud-controller-manager

Kubernetes Cloud Controller Manager implementation for Oracle Cloud Infrastructure
Apache License 2.0
135 stars 85 forks source link

Feature request: Shared NLB across multiple Services #457

Open Paladin-F opened 6 months ago

Paladin-F commented 6 months ago

FEATURE REQUEST

With NLB, I can add multiple listeners on multiple ports with multiple protocols, like tcp and udp. However, there is no way to share the same NLB between multiple services. When I create a svc with type LoadBalancer, ccm will create a new nlb for me.

Therefore, I open this issue to request the feature to share the NLB between the services.