percona / roadmap

Public Percona Roadmaps
10 stars 1 forks source link

[K8SPG-188] Provide static IP-address for LoadBalancer #89

Closed spron-in closed 1 year ago

spron-in commented 1 year ago

Community Note

Tell us about the feature

We allow users to expose database clusters and its components through various Service Types, including load balancers.

There is a use case, where user wants to have a static IP-address for the load balancer. This also includes internal load balancers in the clouds.

 

This can be done through loadBalancerIP field. {code:java} spec:   loadBalancerIP: 1.2.3.4   type: LoadBalancer{code}  

{code:java} spec: pgPrimary: expose: serviceType: LoadBalancer loadBalancerIP: 1.2.3.4 pgReplicas: expose: serviceType: LoadBalancer pgBouncer: expose: serviceType: LoadBalancer loadBalancerIP: 1.2.3.4 {code}

Link to JIRA