-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
重构郑重声明!!! #132
Comments
|
|
手动创建规则如何被pod之间访问? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在项目的发展过程中,最初采用了Service和Endpoint的方法来解决外部服务的特性问题,以实现对集群外部服务的访问。然而,逐渐发现这种方法无法满足一些有状态服务的需求。其中一个主要原因是Service和Endpoint的定义只允许相同的端口,不能使用不同的端口作为后端地址。为了解决这个问题,项目决定废弃这一设计,重新构思一个新的Operator。
新的Operator设计具备以下特点和能力:
最终目标是允许接入有状态服务,而无需每个主机都有相同的端口设置。这一能力非常重要,未来可以借助这个功能实现外部中间件内部的负载均衡,无需担心云上不同集群之间的访问问题。
The text was updated successfully, but these errors were encountered: