Chapter 5. Skupper load balancing and failover


Skupper balances new TCP connections across sites and reroutes traffic when a site fails.

Skupper enables load balancing and failover across servers located across the application network. Specifically, Skupper balances new TCP connections across workloads deployed in distinct sites. If a workload at one site becomes unavailable, traffic is automatically rerouted to available sites. For example, if you deploy the same backend code on two sites and expose the backend on the application network, concurrent requests from a third site to the backend service are processed by both sites.

5.1. Preferred approach: Multi-key listeners

A multi-key listener provides per-service control over load balancing and failover by binding a single endpoint to multiple routing keys (connectors). This is the recommended approach for most use cases because it offers:

  • Per-service configuration — Each service can have its own distribution strategy, independent of network topology.
  • Predictable behavior — Traffic distribution is explicitly controlled by strategy, not influenced by connection timing or link metrics.
  • Two strategies:

    • weighted — Proportional distribution across routing keys. For example, assign weights of 25 and 75 to send a quarter of TCP connections to the first backend and three-quarters to the second.
    • priority — Failover with preference order. Traffic uses the first available routing key; if that connector becomes unavailable, traffic automatically shifts to the next routing key in the list.

For configuration details and examples, see Creating a multi-key listener using YAML.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top