You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we originally started this project the dataplane code included a Kubernetes controller that would pull configuration from the Kubernetes API, after the controlplane had updated the relevant resources. We switched to a gRPC API with a push mechanism which was originally intended to be an interim solution to improve the development experience, testing and debuggability (e.g. you could manually push configuration changes from a console, see all the logs in one place, e.t.c.).
The purpose of this task after discussion with @astoycos and @aryan9600 is that we wanted to check back in and discuss whether we want to go back, or we actually want to keep the gRPC API, as there are pluses and minuses to both.
This discussion was converted from issue #173 on January 15, 2025 17:41.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When we originally started this project the dataplane code included a Kubernetes controller that would pull configuration from the Kubernetes API, after the controlplane had updated the relevant resources. We switched to a gRPC API with a push mechanism which was originally intended to be an interim solution to improve the development experience, testing and debuggability (e.g. you could manually push configuration changes from a console, see all the logs in one place, e.t.c.).
The purpose of this task after discussion with @astoycos and @aryan9600 is that we wanted to check back in and discuss whether we want to go back, or we actually want to keep the gRPC API, as there are pluses and minuses to both.
Beta Was this translation helpful? Give feedback.
All reactions