cockroach-operator
cockroach-operator copied to clipboard
Is it possible to expose the service using an NLB?
I want to put the public sql endpoint behind an internal network load balancer, using service annotations.
- Is there any way to add annotations to the service generated by the operator (I don't believe there is)
- Is there anyway to change the service type to LoadBalancer? (I don't believe there is).
- How do you manage ssl for such a configuration?