Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container Base Generator: Support generation of multi-deployments #19

Open
frademacher opened this issue Nov 10, 2020 · 0 comments
Open
Assignees
Labels
enhancement New feature or request operation viewpoint Issue is related to LEMMA's Operation Viewpoint

Comments

@frademacher
Copy link
Collaborator

Currently, the Container Base Generator for Docker and Kubernetes only supports the deployment of one microservice per container. While this approach is common practice, the Operation Modeling Language still supports the definition of multi-deployments (more than one service per container).

However, the Container Base Generator prevents the generation of multi-deployments by means of intermediate model validation. To align the generator with the modeling language, an investigation should be conducted to what extent it is feasible to support multi-deployment with the generator.

In the ideal case, the Container Base Generator should support the generation of multi-deployments for both Docker and Kubernetes, and only yield a warning in the event of a detected multi-deployment (something along the lines "Detected multi-deployment on container X, will proceed in generation. Please consider refactoring towards single-deployment in the future for increased scalability.").

@frademacher frademacher added enhancement New feature or request operation viewpoint Issue is related to LEMMA's Operation Viewpoint labels Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request operation viewpoint Issue is related to LEMMA's Operation Viewpoint
Projects
None yet
Development

No branches or pull requests

2 participants