Install the Operator
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Documentation
Install MarkLogic Operator with Helm Chart
-
Add this repo to Helm repository:
helm repo add marklogic-operator https://marklogic.github.io/marklogic-operator-kubernetes/ helm repo update -
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 -
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 -
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