I want to build a model and its APIs using the kubebuilder pattern. Don't use code examples or any particular programming language. Walk me through at the REST API layer or other interfaces how I would need to build in my language of choice
I'll walk you through the conceptual architecture and interfaces you need to build, independent of language.
You're essentially building two parallel systems that share data sources:
- The Reconciliation System (Kubebuilder's domain)
- The REST API System (Your webapp domain)