IngramChen
積分 2
可以 tag 配上 life cycle management 這樣就對了。不然原本都只能靠 prefix 來做,一旦一開始設計錯了就不能 apply life cycle rule...
tag 的功能要到新的 console 才看的到,新 console 變真多
haocheng
積分 0
剛剛想找詳細的 release notes 找不太到... mailing list 稍微多一點: Ansible 2.2.0 Final has been released!1
文中指出五大迷思:
- microservices 引導更簡潔的程式碼
but: “You don’t need to introduce a network boundary as an excuse to write better code.”
- microservices 架構下更好實作
but: “Distributed transactions are never easy.”
- microservices 更快
but: “You could gain a lot of performance in a monolith by simply applying a little extra discipline.”
- microservices 對工程師簡單
but: “A bunch of engineers working in isolated codebases leads to ‘Not my problem’ syndrome.”
- microservices scale 更好
but: “You can scale a microservice outward just as easily as you can scale a monolith.”
----
microservice 的 boundary 應該是沿用原本組織的部門去區分才是 (大方向…),而不是上述的一些錯誤理由。