Separating components with conflicting resource requirements falls under the bucket of monolithic or microservices?
Answers
Separating components with conflicting resource requirements falls under Microservices. Microservices is a distributed system, wherein any service can be accessed independently and new technologies are adopted. A team can develop the part on which it is focused. the complex nature of the monolithic system is reduced here as every problem is dealt with independently.
Answer:
Separating components with conflicting resource requirements fall under the bucket of micro services. Micro services are a kind of distributed system, which allows any service to be accessed independently and new technologies easily adoptable.
With the help of a team it can develop the part on which it is to be focused. Depending upon the complex nature of the monolithic system it is reduced here because every problem is dealt with independently.
Explanation: