QuestionQ498
Software Development and DesignWhich statement best describes microservices?
- A self-contained artifact that includes the interfaces of all application layers
- B loosely coupled services that are independently deployable and maintainable
- C tightly coupled services that are built as a single unit that is deployable to the infrastructure
- D set of services that are provided through a communication call over the internet
Community Discussion