Skip to content

Commit

Permalink
Update reasoning
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Sep 8, 2022
1 parent c54217a commit 4f5cc75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ mixctl can be used to replace HAProxy, Traefik and/or Nginx with streams in cert

It could also be used as a lightweight load-balancer for K3s servers.

Perhaps use this instead of IP Virtual Server (IPVS)?

This is a lightweight, multi-arch, multi-OS, uncomplicated way to reverse proxy different TCP connections and/or load balance them.

[IPVS](https://debugged.it/blog/ipvs-the-linux-load-balancer/) is going to be more performant, but requires a Linux host and capabilities, which you may be remiss to grant through Docker or Kubernetes.

## Usage:

1) Write a rules.yaml file such as: [./rules.example.yaml](./rules/example.yaml):
Expand Down

0 comments on commit 4f5cc75

Please sign in to comment.