Access the mlcp pod
- Last Updated: April 14, 2026
- 1 minute read
- MarkLogic Server
- Documentation
After deploying the mlcp pod, 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 system mounts the /data directory with a persistent volume that provides a storage location for ingested data. Other volumes can also mount in the volumeMounts mlcp pod.