The Red Hat Ecosystem Catalog is the official source for discovering and learning more about the Red Hat Ecosystem of both Red Hat and certified third-party products and services.
We’re the world’s leading provider of enterprise open source solutions—including Linux, cloud, container, and Kubernetes. We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.
IBMz Mongo DB EE Operator provides a basic capability for MongoDB EE deployment. New features like operator and persistent volumes allow IBMz MongoDB EE to be run in Red Hat OpenShift clusters.
apiVersion: v1
kind: Pod
metadata:
name: {POD-NAME}
namespace: {TARGET-NAMESPACE}
spec:
containers:
- name: "ibmz-mongodb-ee-operator:<TAG>"
image: quay.io/ibm/ibmz-mongodb-ee-operator:<TAG>
Then, use the following command line to import the image. Alternatively, this can be done via the OpenShift Dashboard GUI interface.
oc import-image quay.io/ibm/ibmz-mongodb-ee-operator:<TAG> \ --from=quay.io/ibm/ibmz-mongodb-ee-operator:<TAG>\ --confirm