-
Notifications
You must be signed in to change notification settings - Fork 741
Decide on the Deployment Model #97
Copy link
Copy link
Closed
Labels
area/infra-mgrIssues related to the provisioner used for provisioning the managed Envoy Proxy fleet.Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.area/xds-serverIssues related to the xDS Server used for managing Envoy configuration.Issues related to the xDS Server used for managing Envoy configuration.kind/decisionA record of a decision made by the community.A record of a decision made by the community.kind/questionFurther information is requestedFurther information is requested
Milestone
Metadata
Metadata
Assignees
Labels
area/infra-mgrIssues related to the provisioner used for provisioning the managed Envoy Proxy fleet.Issues related to the provisioner used for provisioning the managed Envoy Proxy fleet.area/xds-serverIssues related to the xDS Server used for managing Envoy configuration.Issues related to the xDS Server used for managing Envoy configuration.kind/decisionA record of a decision made by the community.A record of a decision made by the community.kind/questionFurther information is requestedFurther information is requested
Outlining various deployment models that allow the project to achieve its goals
CP = Control Plane
DP = Data Plane
Similar to what is done in Istio today
The xDS Server is shared across all Envoys
The DP component also contains an agent (similar to Istio-agent) that performs SDS local to the Envoy
Pros
Cons
Relates to #40 & #41