Skip to content

Default load balance algorithm is "source" when TLS passthrough #658

@ibm-nishizaki

Description

@ibm-nishizaki

I have noticed that default router load balance algorithm is "source" when TLS passthrough mode.
By this reason, requests from same IP address are distributed to same container.

Why is default algorithm "source" ? I confirm this option was modified below commit, but the reason is unclear because commit message is just "sticky sessions".

commit ID: 98c91e7

            {{ if eq $cfg.TLSTermination "passthrough" }}Add commentMore actions
backend be_tcp_{{$cfgIdx}}
-  balance leastconn
+  balance source

Metadata

Metadata

Assignees

No one assigned

    Labels

    lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions