six-group / haproxy-operator

HAProxy Operator is a Kubernetes-native solution designed to automate the deployment, configuration, and management of HAProxy instances using Custom Resources to abstract the key components such as backends, frontends, and listens.
Apache License 2.0
21 stars 4 forks source link

Dataplane API accessible per-instance #92

Open github-bot-signalit opened 1 month ago

github-bot-signalit commented 1 month ago

As you probably know, HAProxy's Dataplane API allows to control several configuration parameters of an haproxy instance.

I was wondering whether you've already contemplated adding support for it and whether you have an approximate idea on how to deal with multiple instances replicas / multiple dataplane APIs. I think that last part is more complicated than one can imagine at first.

m-terra commented 1 month ago

hi @github-bot-signalit

depending on the image you choose for your instance, the dataplane api is of course available. what kind of support would you expect from a kubernetes operator for this api?

cheers, andy