Giter Club home page Giter Club logo

aks-mendix-quickstart's Introduction

AKS Mendix Quickstart

Create a AKS Cluster

Deploy nginx Ingress Controller

Deploy a sample Mendix application

Sequence Diagram

Sequence Diagram

PreRequisites

az cli  -  az login
Terraform is installed
kubectl
helm

Setting up a new vm/machine:

. ./install-pre-reqs.sh
az login 

Update env.sh and terraform.tfvars

update env.sh
update terraform.tfvars

To Execute

 terraform init
 terraform plan
 terraform apply --auto-approve
      or 
 . ./start.sh 

Results

It will show if the result was Successful or not.

sharath.sahadevan@C02CR0U0MD6W gke-mendix-quickstart % kubectl get pods -n mendix
NAMESPACE     NAME                                                             READY   STATUS    RESTARTS   AGE
mendix        demo-master-b88bfd66f-bn5jl                                      2/2     Running   0          21m
mendix        mendix-agent-9966b5f96-2bz5n                                     1/1     Running   0          21m
mendix        mendix-operator-585f4f48b6-rzqrj                                 1/1     Running   0          21m
Result: Count of pods running 
./validate.sh - Success: Number of running pods is        26

Result: Checking Application Pods 
./validate.sh - Success: Number of running demo application pods is         1

./validate.sh   Application Url: demo.35.222.165.23.nip.io  #URL to access the Mendix app
./validate.sh   Prometheus Url:  35.184.183.116:9090

Connected or Standalone modes

Update env.sh set mode to connected or standalone

 export MENDIX_CONFIG_IVAL="<TODO:REPLACE-ME>"
 export MENDIX_CONFIG_SVAL="<TODO:REPLACE-ME>"
 ....
 export mode=connected

    Or

 export mode=standalone

Clean up

terraform destroy
    or 
. ./stop.sh

aks-mendix-quickstart's People

Contributors

ssahadevan-mendix avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.