Mendix Onpremise | Kubernaets deployment

0
Hi  We are planning to deploy Mendix on premise Kubernates model .Can some help to understand the pre-requisites and deploy /steps .   Thanks in Advance  Habeeb    
asked
2 answers
1

Hi Habeeb,

One of the options is to use Mendix for Private Cloud. You can find the details in an online learning path:

https://academy.mendix.com/link/paths/101/Mendix-for-Private-Cloud 

If not using Mendix for private cloud I suggest you take a look at something like:

https://github.com/MXClyde/mendix-kubernetes-azure

answered
0

Assuming you have a working Kubernetes cluster and you just want to run Mendix app you can try:

 

Build container image: https://github.com/mendix/docker-mendix-buildpack 

Deploy using helm: https://github.com/cinaq/helm-charts

 

answered