- Getting Version Information from Kubernetes
You can use the kubectl command to get version and build information for MATRIXX Engine, while it is running.
- Upgrading Kubernetes
Upgrade Kubernetes by upgrading the cluster where the standby MATRIXX Engine is running, and then upgrading the cluster where the active MATRIXX Engine is running.
- Customizing Helm Chart Output
Sometimes you must modify the output of a MATRIXX Helm chart, but there is no configuration property available for the change you want to make. Changes of this kind can be made with less potential cost using Helm post rendering. A post renderer takes the output of the Helm chart in YAML format from standard input (STDIN) and makes required changes before outputting to standard output (STDOUT).
- Example: Provide matrixx.yaml Using a ConfigMap-type Configuration Source
In the following example, the matrixx.yaml file is provided using a ConfigMap-type configuration source.
- Container Directories and Environment Variables
MATRIXX containers use several directories and environment variables for configuration data, logging, and administration scripts.
- Artemis Cloud Example Deployment
Artemis Cloud can be used as a federated ActiveMQ broker in MATRIXX deployments to provide a single broker network across multiple clusters.
- Make Adjustments to Ensure Engine Start in Amazon EKS
If you are running MATRIXX Engine engine on EKS version 1.30 and the Amazon Linux 2023 operating system, you must reduce the LimitNOFILE
directive of the containerd
service to 1048576.