Computer Science, asked by macharlarajendar, 1 year ago

Microservice Chassis takes care of all except __________________

Answers

Answered by sajida3150
3

Microservice Chassis takes care of all except memory

A microservice undercarriage is one such approach to execute these cross-cutting concerns. Building a reusable frame can enable spare to time, implement consistency crosswise over groups, and guarantee that each administration has the equivalent operational charateristics.  


a variation of the administration situated design (SOA) engineering style that structures an application as an accumulation of inexactly coupled administrations It additionally permits the design of an individual administration to develop through persistent refactoring.

Answered by smartbrainz
0

'Microservice Chassis' takes care of all except cross-cutting concerns.

Explanation:

  • In a microservice, we must put in place the mechanisms to handle cross-cutting concerns like logging, externalized configuration, health checks, metrics, service discovery, and circuit breakers.
  • There are also cross-cutting concerns that are specific to the technologies that the microservices uses.
  • We cannot afford to 'invest a significant amount' of time doing this for each service. Therefore, 'microservice chassis', which is a framework that handles these cross-cutting concerns, should be used to build the microservices.

To know more

Which among these helps in developing a microservice quickly

https://brainly.in/question/6766997

In Microservices, the API Gateway takes care of the security aspect by rendering ____

https://brainly.in/question/8383975

Similar questions