K8S architecture design thought of the day: Should Custom Resource Definitions (CRDs) actually be implemented as an external Aggregated API server? Currently the control loop is in the API server, but I think that might be incorrect factoring. (at one time needed tho)
-
-
It's sort of odd that there is a controller loop in the API server, it doesn't fit the general pattern where control loops live outside and interact with only the APIs.
-
The control loop is installing handlers in the apiserver's handler chain-- it's unlike ordinary controllers. There's analogous "controllers" for watching webhooks / initializers etc.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.