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
15 stars 2 forks source link

Is this production ready? #36

Closed tuxillo closed 3 months ago

tuxillo commented 4 months ago

Hi,

Need to do some HAProxy deployments and I was wondering how mature this was.

Thanks

m-terra commented 4 months ago

hi @tuxillo

yes, absolutely. it is used for a big number of instances for about a year now.

cheeers, andy

tuxillo commented 4 months ago

Another question (sorry for going off topic on this issue). Where do you define the Service itself? For example, I would like to have a load balancer attached to a specific Instance since I'm running in EKS, hence I need annotations.

m-terra commented 4 months ago

hi @tuxillo

Services are created based on the Instance resource. Custom annotation are currently no supported. PR welcome!

Cheers