Skip to content

Control protocol to enable interaction between control plane and data plane without redeploy

License

Notifications You must be signed in to change notification settings

knative-automation/control-protocol

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Control Protocol

The goals of the control protocol are:

  • Decouple the data plane from Kubernetes, in order to make components simpler, lighter and easily debuggable outside kube
  • Allow a data plane to implement multiple resources (e.g. like eventing-kafka-broker and knative-gcp already does)
  • Change the state of the data plane deployment without redeploy (e.g. the start and stop feature)
  • Improve the state of scaling (now scaling is based on resources mostly, but with this system it can be based on the actual load)

The control protocol doesn't assume, nor forces any "api style" (it might be resource based or imperative). The "network layer" of the control protocol is not tied to the user interface, so it can be reimplemented/swapped at some point with whatever other system we prefer.

Note: This project is highly experimental!

About

Control protocol to enable interaction between control plane and data plane without redeploy

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%