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.
Purpose
Before we deploy RAP we need to have a proper environment to deploy it to. The purpose to get this running and become familiar with configuration options.
Subtasks
[x] Create a resource group to contain the Ampersand Resources
[x] Create a "Kubernetes Service" in the resource group
[x] Ready the deployment environment for deployment
When finished we should be to run a Kubernetes cluster on Azure.
Om een Kubernetes-cluster op Azure te maken, heb je de volgende elementen nodig:
[x] Een Azure-abonnement: Je moet een geldig Azure-abonnement hebben om je Kubernetes-cluster te deployen.
[x] Azure CLI: Je moet Azure CLI (Command Line Interface) installeren op je computer om de benodigde Azure-resources te creëren.
[ ] Kubernetes CLI: Je moet Kubernetes CLI (kubectl) installeren om met je cluster te communiceren.
[ ] Azure Kubernetes Service (AKS): Je moet een AKS-cluster creëren en configureren om je Kubernetes-cluster te hosten.
[ ] Optioneel : Helm : Helm is een package manager voor Kubernetes, die je kunt gebruiken om Kubernetes-toepassingen eenvoudig te installeren, upgraden en beheren.
[ ] Optioneel : Azure DevOps : Als je een DevOps-pipeline wilt maken voor je Kubernetes-cluster kunt je Azure DevOps gebruiken.
Purpose Before we deploy RAP we need to have a proper environment to deploy it to. The purpose to get this running and become familiar with configuration options.
Subtasks
When finished we should be to run a Kubernetes cluster on Azure.