Greetings,
I noticed that the orchestration ‘handler’ in this operator will set a primary=true
label during failover operations. Here’s the relevant code.
For our implementation of this operator, we’re interested in bypassing haproxy/router in favor of our own routing system which can target pods based on their labels. To achieve this goal, does it make sense to label primaries and replicas during pod bootstrapping? Will that interfere with any expectations of the operator?