This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
One solution, one repo, multiple microservices and a CI/CD environment #2171
luylucas10
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I started to build a microservice app, using https://learn.microsoft.com/en-us/dotnet/architecture/microservices/ as a start point. I'm learning pipelines too.
Using this repo as example, thinking in twelve factor, how can I deploy a specific microservice having just on pipeline?
Why? Like this repo, I want to share common classes and functionalities across the microservices, avoiding to copy and paste similar classes.
My idea: take a monolith app, splitting in microservices (maybe split the database too), keeping it in the same solution, same repo, using the same pipeline to deploy them.
Is it possible to make?, thinking in this repo as example
Beta Was this translation helpful? Give feedback.
All reactions