DevOps 관련 무료 책 모음

https://github.com/jidibinlin/Free-DevOps-Books-1

DevOps 관련 무료 책 모음입니다.

여기 있는 책 중에, DevOps: A Software Architect's Perspective 보고 있습니다. 아래 두 가지 눈에 띄네요.
4.2 Overall Archtecture Structure 에서...
컴포넌트를 프로덕션에 넣는 시간을 단축하기 위해 아래와 같은 요구사항이 있음.
* Deploy에 다른 팀과의 명시적인 coordination이 필요하지 않음
* 한 서비스의 다른 버전이 프로덕션에 함께 존재 가능
* 에러 발생 시 롤백할 수 있음
마이크로서비스 아키텍처가 이런 요구사항을 만족시킴
4.1 Do DevOps Practices Require Archtectural Change? 에서...
Treat Ops as first-class citizens from the point of view requirements. ... In particular, the Ops requirements are likely to be in the area of logging, monitoring, and information to support incident handling.