There are a couple of namespaces used throughout the entire setup. The tenant namespace, the platform namespace, and the installation and target namespaces on the mcp cluster side where the service operator will install the operator it's responsible for.
These namespaces aren't really talked about and declared properly so it's kinda up to the developer of the service provide to figure them out and then look at existing providers how they should gather them and use them.
I would love to see some kind of very simplistic, just top of the head example of some configuration that would be recommended to use in these situations.
Like, what are the best practices, and names and what not in code.