Powered by Zoomin Software. For more details please contactZoomin

MarkLogic® Server on Kubernetes

Install the Operator

  • Last Updated: April 14, 2026
  • 1 minute read
    • MarkLogic Server
    • Documentation

Install MarkLogic Operator with Helm Chart

  1. Add this repo to Helm repository:

    helm repo add marklogic-operator https://marklogic.github.io/marklogic-operator-kubernetes/
    helm repo update
    
  2. Install the Helm Chart for MarkLogic Operator:

     helm upgrade marklogic-operator marklogic-operator/marklogic-operator-kubernetes --version=1.0.0 --install --namespace marklogic-operator-system --create-namespace
    
  3. Use this command to verify that the Operator Pod is in a running state:

     % kubectl get po -n marklogic-operator-system                                                     
     NAME                                                     READY   STATUS    RESTARTS   AGE
     marklogic-operator-controller-manager-8479b8fbfd-2r5rk   2/2     Running   0          36s
    
  4. Use this command to verify CRDs are correctly installed:

     % kubectl get crd -n marklogic-operator-system | grep 'marklogic'
     marklogicclusters.database.marklogic.com                          2024-11-19T09:20:59Z
     marklogicgroups.database.marklogic.com                            2024-11-19T09:21:00Z
    
TitleResults for “How to create a CRG?”Also Available inAlert