-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b84dccf
commit 6d28202
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# strict-load-balancing-k8s | ||
|
||
k8s 部署的服务,通过内部 svc 域名调用的时候,采用的负载均衡算法不是很均衡。 | ||
|
||
实际应用中有很多服务资源多、处理慢,需要高度的均衡调度提高资源使用率。 | ||
|
||
该框架是在不改变微服务架构的情况下(也即不再微服务中引入队列等耦合组件)的情况下,实现通过k8s部署的服务高度负载均衡调度。 |