Description
Hello,
We process resources isolation betweens namespaces, and use differents namespaces for services.
What's the best practice ? I've tried to have an arangodb
namespace with operators & crd, and It seems impossible to have the operator and arangodeployments.database.arangodb.com
on different namespaces.
I guess that today I will have to deploy one operator instance per namespace, but some other k8s softwares provide an selector to tell which namespace to use to talk with operator.
If it's expected to have shared operators between many namespaces, this is a feature request (or a RTFM answer, but, I've searched :/)
If it's expected to have one operator deployment per namespace, maybe this best practice should be added to docs
If it's expected to have one operator deployment per namespace, maybe a database creation script can be added to helm chart ?
Best regards,
Gaël