1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2025-09-16 08:56:30 +02:00
This commit is contained in:
Yi Byeongyong
2022-06-27 16:14:52 +09:00
committed by GitHub
parent 9a592130b2
commit 080c538614

View File

@@ -7196,7 +7196,7 @@ Bonus: extract the last word of each line
</b></details>
<details>
<summary>What are the advantages of microoservices architecture over a monolithic architecture?</summary><br><b>
<summary>What are the advantages of microservices architecture over a monolithic architecture?</summary><br><b>
* Each of the services individually fail without escalating into an application-wide outage.
* Each service can be developed and maintained by a separate team and this team can choose its own tools and coding language