Skip to content

Commit

Permalink
Docs: eps reflection with multiple clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 committed May 29, 2023
1 parent e0e334e commit 6a5ace5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/usage/reflection.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@ During the propagation process, endpoint addresses are appropriately **remapped*
Thanks to this approach, **multiple replicas** of the same microservice spread across different clusters, and backed by the same service, are handled transparently.
Each pod, no matter where it is located, contributes with a distinct *EndpointSlice* entry, either by the standard control plane or through resource reflection, hence becoming eligible during the **Service load-balancing process**.

```{admonition} Note
Even in a scenario where a single cluster is peered with multiple remote ones, the **EndpointSlice reflection** logic ensures that a **pod** scheduled **remotely** is reachable from every cluster through its **service**.
```

### Ingresses

The propagation of **Ingress** resources enables the configuration of multiple points of entrance for **external traffic**.
Expand Down

0 comments on commit 6a5ace5

Please sign in to comment.