Service Binding Operator helps to connect applications with services on Kubernetes and OpenShift. Service Binding Operator implements Service Binding Specification. There are two ways to support Service Binding Operator.
- Make the MongoDB Kubernetes resource compliant with Provisioned Service (a spec concept for backing service)
- Use the Secret Generation Extension used by the Service Binding Operator.
The second option would be easy to implement.