Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[kubernetes-ingress] Support for adding SPOA container to IC deployment #201

Open
mecampbellsoup opened this issue Jul 22, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@mecampbellsoup
Copy link
Contributor

In HAProxy there is a nice extension of the protocol called Stream Processing Offload Protocol:

https://www.haproxy.com/blog/extending-haproxy-with-the-stream-processing-offload-engine
https://github.com/haproxy/haproxy/blob/master/doc/SPOE.txt

It is intended to be a fast, non-blocking way of extending HAProxy functionality without having to patch the HAProxy source code directly. Instead you can communicate over a TCP connection with a "microservice".

Is there any support currently for marrying our HAProxy pod(s) to the new SPOA pod(s) that we want to deploy?

I asked similar/related questions in the IC repo but opening an issue here since it feels like more of a Helm chart/template feature:

@dkorunic dkorunic self-assigned this Aug 2, 2023
@dkorunic dkorunic added the enhancement New feature or request label Aug 2, 2023
@dkorunic
Copy link
Member

Additional background information for now: https://www.mail-archive.com/[email protected]/msg44680.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants