Dec 9, 2022
IMO, it's not a type of monolithic architecture.
When a product implemented with microservices architecture style has services written in such a way that for almost every feature, they communicate with each other, are tightly coupled and don't scale seamlessly, then we use this term of Distributed Monolithic.
P.S - All services may or may not be always deployed together.
Thoughts?