AmpersandTarski / RAP

RAP is a tool that lets you analyse Ampersand models, generate functional specifications and make prototypes of information systems. It is the primary tool for students of the Open University of the Netherlands in the course Rule Based Design.
5 stars 3 forks source link

Create Kubernetes Cluster with MariaDB and phpmyadmin #231

Open FreekOrdina opened 1 year ago

FreekOrdina commented 1 year ago

Purpose Get familiar with running Kubernetes cluster on Azure and run some simple out-of-the-box applications.

Get most simple Kubernetes Cluster up and running, a database and the phpmyadmin webapplication to access the database over the web.

Subtasks:

When finished we should be able to access phpmyadmin by something like: https://ampersand-rap.azurewebsites.net:8080

Michiel-s commented 1 year ago

For the non-RAP specific applications (like the database, phpmyadmin and ingress controller) my suggestion is to use Helm.

Documentation on that:

For NGINX, use the version provided on kubernetes.github.io (not by NGINX itself)