Skip to content
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

Support obtaining Istio routing and load balancing configurations based on the xDS protocol #1604

Closed
daizhenyu opened this issue Aug 26, 2024 · 0 comments · Fixed by #1605, #1608, #1615, #1617 or #1621
Labels
area/framework Issues or PRs releated to sermant core service area/plugin Issues or PRs releated to sermant plugin service kind/feature Issue for new feature
Milestone

Comments

@daizhenyu
Copy link
Collaborator

Value

Sermant is a Proxyless Service Mesh Solution with better performance.The support for the xDS protocol enables Sermant to better integrate into the Cloud Native Ecosystem. In Istio, Sermant can replace Envoy as the data plane to obtain directly the configuration of the control plane, and avoid performance loss and architecture complexity caused by Sidecar containers.

Objective

Sermant can connect to the control plane of Istio through the xDS API interface to obtain the configurations of CDS, EDS, LDS, and RDS, and parse configurations to data model of the Sermant. Sermant framework and plugins will implement gradually capabilities such as service discovery、routing configuration and load balancing configuration, and the the host microservice can implements the Proxyless Mesh capability by mounting Sermant to invoke directly the upstream service registered with the control plane, such as istiod.

RoadMap

v2.0.0 (2024/06/30)
Support xDS protocol for service discovery in Sermant framework
v2.1.0 (2024/09/30)
Support xDS protocol for routing configuration and load balancing configuration
v2.2.0 (2024/12/30)
Support xDS protocol for flow control configuration

@daizhenyu daizhenyu added kind/feature Issue for new feature area/framework Issues or PRs releated to sermant core service area/plugin Issues or PRs releated to sermant plugin service labels Aug 26, 2024
@daizhenyu daizhenyu reopened this Aug 30, 2024
@daizhenyu daizhenyu mentioned this issue Aug 30, 2024
3 tasks
@lilai23 lilai23 added this to the v2.1.0 milestone Aug 30, 2024
@daizhenyu daizhenyu reopened this Sep 5, 2024
@daizhenyu daizhenyu mentioned this issue Sep 5, 2024
3 tasks
@daizhenyu daizhenyu reopened this Sep 12, 2024
@daizhenyu daizhenyu reopened this Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment