"불변 인프라"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
14번째 줄: 14번째 줄:
* [[도커]]
* [[도커]]


==참고 자료==
==참고==
* http://martinfowler.com/bliki/ImmutableServer.html
* http://martinfowler.com/bliki/ImmutableServer.html
* http://searchitoperations.techtarget.com/definition/immutable-infrastructure
* http://searchitoperations.techtarget.com/definition/immutable-infrastructure

2017년 7월 20일 (목) 01:48 판

1 개요

immutable infrastructure, immutable server
이뮤터블 인프라스트럭처, 이뮤터블 인프라, 이뮤터블 서버
  • '변경' 필요시에 일부를 변경하기 보다 전체를 교체하여 사용하자는 개념
  • 변경 발생시 서버를 완전히 새로 구성하여 배포하고 기존 서버는 폐기함
  • 반면 기존(뮤터블)에는 이미 있던 특정서버에서 설정, 소스코드 따위를 변경을 가하는 방식이었음
  • 장점: 관리·확장·테스트 편의성, 이식성

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}