Skip to content

Commit

Permalink
Update service-sharding.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder authored Oct 28, 2024
1 parent b541ee5 commit 7ed2e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/service-sharding.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Hence, it creates three instances "default", "llb-inst1" and "llb-inst2" and as

### Creating services

We can create LoadBalancer services as usual. In this case, kube-loxilb will choose a sharding instance for the service. If an user needs to place the service in a specific service instance, they can do so with help of loxilb annotation.
We can create LoadBalancer services as usual. Here, kube-loxilb will choose a sharding instance by itself for the service. If an user needs to place the service in a specific service instance, they can do so with help of loxilb annotation as explained afterwards.

#### Create service without specifying any sharding instance

Expand Down

0 comments on commit 7ed2e01

Please sign in to comment.