Skip to main content

MarkLogic Server on Kubernetes

Access the mlcp pod

Once the mlcp pod has been deployed, use this command to access the pod within the cluster: 

kubectl exec mlcp -- /bin/bash

mlcp is located under the path/mlcp. Use export PATH=${PATH}:/mlcp/bin to run the mlcp.sh command from any location.

Note

The /data directory is mounted with a persistent volume which provides a storage location for the ingested data. Additional volumes can also be mounted in the volumeMounts mlcp pod.