Skip to content

Commit c6f702c

Browse files
committed
update
1 parent 368b564 commit c6f702c

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

input/kube-yaml/service-exposure.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ For configuration details, see [Listener resource][listener-resource].
120120
There must be a `MATCHING-CONNECTOR` for the service to operate.
121121

122122
<a id="kube-creating-multikeylistener-yaml"></a>
123-
124123
## Creating a multi-key listener using YAML
125124
<!--PROCEDURE-->
126125

input/kube-yaml/site-configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ High availability mode deploys two router pods with anti-affinity rules to ensur
109109
```
110110

111111
<a id="kube-site-resources-yaml"></a>
112-
113112
## Setting site resources
114113
<!--PROCEDURE-->
115114

input/overview/load-balancing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Skupper load balancing and failover
33
<!--CONCEPT-->
44

5-
Skupper balances active connections across sites and reroutes traffic when a site fails.
5+
Skupper balances new TCP connections across sites and reroutes traffic when a site fails.
66

77
Skupper enables load balancing and failover across servers located across the application network.
8-
Specifically, Skupper balances **active TCP connections** across workloads deployed in distinct sites.
8+
Specifically, Skupper balances **new TCP connections** across workloads deployed in distinct sites.
99
If a workload at one site becomes unavailable, traffic is automatically rerouted to available sites.
1010
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.
1111

0 commit comments

Comments
 (0)