Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tkdmatze4436y@devTea 10 year old undocumented legacy monolith,
jboss soap backend all tied through message and event driven beans, so no loose coupling at all
Some crons running at night needing 6GB Ram
A lot of Features unfinished, with nearly no hint, which features are finished and which are not
New features to be added with tight timeline
My personal estimate to bring this T-Rex to a microservice architecture is like 2 years -
gruff5576yDoesn’t have to be split into micro-services straight away, docker can run monoliths too ;) which bides you the time to pick it apart. Easiest way to do that is start a shell in a clean container install everything to get it to run then just commit the container, downside is container will be bigger than it needs to be
-
Ederbit7386yDockerizing the monolith will get you more insight on what it needs, system wise. But that will take some time nonetheless. If youre problem is that your codebase sucks, then docker will not help you. But it will be easier to spin up test environments and do migrations.... I think
Related Rants
Learn enough docker to convince my coworker that it is not the solution to EVERY problem, especially not to our problem
rant
yagni
wk137
docker