cncf / xds

xDS API Working Group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] how to create a xDS data-plane from scratch?

adalrsjr1 opened this issue · comments

I want to create a data-plane xDS compatible from scratch. How should I proceed?

  • has this repository already the minimal API-set to bootstrap a proof-of-concecpt?
  • the poc will be in Java, how cumbersome it is to build this xDS api using Java -- I know nothing about Starklark
  • after built, how can I use this API with a data-plane, let say go-control-plane or Istio, what is the trick to make this working?
  • is there any documentation/example/e2e-testing for this API in addition to Envoy website?