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

Research, how does Kubernetes work? #145

Closed JesseZwitserlood closed 2 years ago

JesseZwitserlood commented 2 years ago

For this project we will be using Kubernetes, however, no one in the current team has experience with the software. This might cause problems if we don't take the proper time to familiarise ourselves with it.

CasperHooft commented 2 years ago

poker 8

stefjoosten commented 2 years ago

Kubernetes houdt zich helemaal niet bezig met databases. Alleen met containers. Je moet dus kijken naar hoe de containerstructuur in elkaar zit. RAP gebruikt een MariaDB container, wat je kunt zien in het docker-compose.yml bestand van RAP.

Er bestaat ook Kompose. Dat is een conversion tool van Docker Compose naar container orchestrators (Kubernetes of OpenShift). Zie ook http://kompose.io/.