Skip to content

Commit 4af2df9

Browse files
authored
Fix typo on service-sync docs (#72)
Found a small typo in the docs.
1 parent 072f6cb commit 4af2df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/service-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The purpose of this feature is to facilitate exposing a service in one cluster t
66

77
When you use [Cilium](https://docs.cilium.io/en/latest/overview/intro/) CNI in multiple related Kubernetes Clusters, you can use its ClusterMesh features to extend networking across them.
88

9-
When using a ClusterMesh, you cant load balance Kubernetes services over the clusters, or **expose a service on one cluster as a local service on the other ones**. Is this later use case that this Keess feature targets, to make it easier for our users to configure such service exposure across clusters.
9+
When using a ClusterMesh, you can load balance Kubernetes services over the clusters, or **expose a service on one cluster as a local service on the other ones**. Is this later use case that this Keess feature targets, to make it easier for our users to configure such service exposure across clusters.
1010

1111
Cilium enables that through the concept of [Global Services](https://docs.cilium.io/en/latest/network/clustermesh/services/#load-balancing-with-global-services). They are primarily made to balance across service instances deployed to many clusters. It will expose the remote endpoints inside each cluster's local service.
1212

0 commit comments

Comments
 (0)