Skip to content

strudelline-net/k8s-proxy-protocol-shim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An operator for deploying HAProxy PROXY Protocol shims

This is useful when you have an ingress which uses PROXY protocol but you want to also allow its use without PROXY protocol. A common scenario is when you have an external load balancer providing client IPs via PROXY protocol but you want to allow users to connect without the external load balancer, necessetating the use of another proxy (or shim) to provide PROXY headers to connections -- this is that "another proxy"

Dependencies:

known bugs:

  • if a change is made to the name of a resource, the old resource will not be cleaned up until the custom resource itself is cleaned up (there is no pruning of intermediate objects, just full garbage collection of child objects upon deletion)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published