Control Scripts for Containerized Installations
The mtx_kubernetes_deploy-version.tar file includes scripts for basic administration of MATRIXX Engine from outside of a Kubernetes cluster and example YAML files for configuring multi-domain deployments. After expanding the TAR archive, the scripts are in the kubernetes/util directory. The example YAML files and a README.md file describing their contents are in the kubernetes/example/multi-domain directory.
Control Scripts describes the scripts that control the engine from outside the Kubernetes cluster.
Script | Description |
---|---|
start_engine | Starts an engine from outside of the Kubernetes cluster. |
check_engine | Runs the check_cluster.py script from outside the Kubernetes cluster. |
stop_engine | Stops the engine from outside of the Kubernetes cluster. |