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

Supports xDS protocol to communicate with the Control Plane of Service Mesh #1515

Closed
daizhenyu opened this issue May 10, 2024 · 0 comments · Fixed by #1517
Closed

Supports xDS protocol to communicate with the Control Plane of Service Mesh #1515

daizhenyu opened this issue May 10, 2024 · 0 comments · Fixed by #1517
Assignees
Labels
area/framework Issues or PRs releated to sermant core service kind/feature Issue for new feature

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 will implement gradually capabilities such as service discovery and route 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)
Supports xDS protocol for service discovery
v2.1.0 (2024/09/30)
Supports xDS protocol for routing and load balancing
v2.2.0 (2024/12/30)
Supports xDS protocol for specific plugins

@daizhenyu daizhenyu added kind/feature Issue for new feature area/framework Issues or PRs releated to sermant core service labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/framework Issues or PRs releated to sermant core service kind/feature Issue for new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant