On-Prem (RHEL) Deployment:
Yes, supported.
You can deploy Mendix using the .tar.gz
runtime package on RHEL 7/8 systems.
Requirements: Java (OpenJDK 8/11), system packages (glibc
, freetype
, unzip
, etc.), and a systemd service for managing the app.
OpenShift Deployment:
Yes, out-of-the-box support is available.
Official Mendix S2I (Source-to-Image) builders and container images are provided.
The .mpk
build + deployment process is automated via S2I. PVCs, Secrets, and ConfigMaps are used for configuration and persistence.
Licensing & Compatibility:
Same license applies (Enterprise/Pro).
Both RHEL and OpenShift platforms are officially supported.
x86_64 architecture is required.
License keys are passed via environment variables or mounted as Kubernetes/OpenShift Secrets.
Refs:
OpenShift S2I Guide