Skip to Content
Infrastructure as Code ―クラウドにおけるサーバ管理の原則とプラクティス
book

Infrastructure as Code ―クラウドにおけるサーバ管理の原則とプラクティス

by Kief Morris, 宮下 剛輔, 長尾 高弘
March 2017
Intermediate to advanced
352 pages
9h 3m
Japanese
O'Reilly Japan, Inc.
Content preview from Infrastructure as Code ―クラウドにおけるサーバ管理の原則とプラクティス
4.3
 サーバー変更管理のモデル
67
owner 'root'
group 'root'
mode 0644
variables(
:monitoring_server => node['monitoring']['servers'][my_datacenter]
)
end
このレシピは、
node['attribute_name']
という構文で Chef サーバーの構成レジストリから値
を取り出してくる。この場合、
my_datacenter
変数にデータセンター名を与えてから、その
my_
datacenter
変数を使って対応するデータセンターからモニタリングサーバーの IPアドレスを取り出
してくる。さらに、モニタリングエージェントの設定ファイルを作るために使われるテンプレート(こ
こには示されていない)にその IPアドレスを渡すという流れになる。
4.3
 
サーバー変更管理のモデル
ダイナミックインフラストラクチャとコンテナは、サーバー変更管理の新しいアプローチをもたらし
た。サーバーに対する変更の管理には複数のモデルがあり、そのなかには古くから使われているもの
も、新しい論争の的になっているものもある。これらのモデルは、本書の第Ⅱ部、特に具体的なパター
ンとプラクティスを掘り下げていく8章の基礎となっている。
4.3.1
 
随時変更
随時変更は、特定の変更が必要になったときに限りサーバーに変更を加えるというものである。これ
は自動化されたサーバー構成ツールが主流になるまでの伝統的なアプローチであり、今でも ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

詳解 Terraform 第3版 ―Infrastructure as Codeを実現する

詳解 Terraform 第3版 ―Infrastructure as Codeを実現する

Yevgeniy Brikman, 松浦 隼人
入門 Kubernetes

入門 Kubernetes

Kelsey Hightower, Brendan Burns, Joe Beda, 松浦 隼人

Publisher Resources

ISBN: 9784873117966Other