このコンテンツは選択した言語では利用できません。

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

詳細情報

試用、購入および販売

コミュニティー

会社概要

Red Hat は、企業がコアとなるデータセンターからネットワークエッジに至るまで、各種プラットフォームや環境全体で作業を簡素化できるように、強化されたソリューションを提供しています。

多様性を受け入れるオープンソースの強化

Red Hat では、コード、ドキュメント、Web プロパティーにおける配慮に欠ける用語の置き換えに取り組んでいます。このような変更は、段階的に実施される予定です。詳細情報: Red Hat ブログ.

Red Hat ドキュメントについて

Legal Notice

Theme

© 2026 Red Hat
トップに戻る