The use of _________ in microservices facilitates independent scaling and deployment of each service.

  • Containers
  • Monolithic Architecture
  • Orchestration
  • Virtual Machines
The use of Containers in microservices facilitates independent scaling and deployment of each service. Containers encapsulate the application and its dependencies, providing consistency across different environments. They enable developers to package and deploy microservices as lightweight, portable units, promoting scalability and efficient resource utilization.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *