mirror of
https://github.com/k3s-io/klipper-lb
synced 2026-07-22 20:33:55 +00:00
No description
- Shell 86.9%
- Dockerfile 7.5%
- Makefile 5.6%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Bumps the action-deps group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [docker/login-action](https://github.com/docker/login-action) | `3.7.0` | `4.2.0` | | [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) | `3.7.0` | `4.1.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.12.0` | `4.1.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.19.2` | `7.2.0` | | [actions/checkout](https://github.com/actions/checkout) | `3.6.0` | `7.0.0` | | [actions/setup-go](https://github.com/actions/setup-go) | `4.3.0` | `6.4.0` | | [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) | `2.100.0` | `3.3.0` | Updates `docker/login-action` from 3.7.0 to 4.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits]( |
||
| .github | ||
| scripts | ||
| updatecli | ||
| .gitignore | ||
| Dockerfile | ||
| entry | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
Klipper Service Load Balancer
This repo builds the runtime image for the integrated service load balancer (aka ServiceLB) in K3s and RKE2. This works by using a host port for each service load balancer and setting up iptables to forward the request to the cluster IP. The regular k8s scheduler will find a free host port. If there are no free host ports, the service load balancer will stay in pending.
Building
make