Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
memory-overflow authored May 23, 2022
1 parent b84dccf commit 6d28202
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# strict-load-balancing-k8s

k8s 部署的服务,通过内部 svc 域名调用的时候,采用的负载均衡算法不是很均衡。

实际应用中有很多服务资源多、处理慢,需要高度的均衡调度提高资源使用率。

该框架是在不改变微服务架构的情况下(也即不再微服务中引入队列等耦合组件)的情况下,实现通过k8s部署的服务高度负载均衡调度。

0 comments on commit 6d28202

Please sign in to comment.