Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Automate with configuration management
Search
Gopal Ramachandran
June 26, 2015
Technology
0
38
Automate with configuration management
Ignite talk delivered at Devopsdays Amsterdam 2015
Gopal Ramachandran
June 26, 2015
Tweet
Share
More Decks by Gopal Ramachandran
See All by Gopal Ramachandran
Paving Golden Paths with Internal Developer Platforms
goposky
0
58
Helm: The package manager for Kubernetes
goposky
0
45
Exploring the kubernetes ecosystem
goposky
0
110
Containerization at Rabobank: Securing the production cluster
goposky
1
75
Test driven dockerized infrastructure
goposky
0
51
Other Decks in Technology
See All in Technology
What's new in OpenShift 4.20
redhatlivestreaming
0
200
SRE × マネジメントレイヤーが挑戦した組織・会社のオブザーバビリティ改革 ― ビジネス価値と信頼性を両立するリアルな挑戦
coconala_engineer
0
140
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
140
オブザーバビリティが育むシステム理解と好奇心
maruloop
1
930
AIプロダクトのプロンプト実践テクニック / Practical Techniques for AI Product Prompts
saka2jp
0
110
ローカルLLMとLINE Botの組み合わせ その2(EVO-X2でgpt-oss-120bを利用) / LINE DC Generative AI Meetup #7
you
PRO
1
150
混合雲環境整合異質工作流程工具運行關鍵業務 Job 的經驗分享
yaosiang
0
170
Dify on AWS 環境構築手順
yosse95ai
0
120
AI-Readyを目指した非構造化データのメダリオンアーキテクチャ
r_miura
1
310
頭部ふわふわ浄酔器
uyupun
0
110
難しいセキュリティ用語をわかりやすくしてみた
yuta3110
0
380
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
180
Featured
See All Featured
Statistics for Hackers
jakevdp
799
220k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Six Lessons from altMBA
skipperchong
29
4k
The Pragmatic Product Professional
lauravandoore
36
7k
Producing Creativity
orderedlist
PRO
347
40k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
Building Applications with DynamoDB
mza
96
6.7k
Context Engineering - Making Every Token Count
addyosmani
8
300
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
What's in a price? How to price your products and services
michaelherold
246
12k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Transcript
Gopal Ramachandran Automate with Configuration Management Email:
[email protected]
Twitter: @goposky
Enterprises need to make constant changes to systems
Incremental changes become hard to maintain
Incorrect configurations lead to stalled projects
How can configuration management help? …a process of "standardizing resource
configurations and enforcing their state across IT infrastructure in an automated yet agile manner”. - Puppet Labs
Start with Version control
Declare all the system settings Version Control
CM tools push those settings to environments
CM tools are idempotent
Establish a baseline state for your environments
Cheaply recreate environments
Pitfall! Scripting is time consuming
Popular CM tools – The Big Four
-First to market -Preferred by Ops folks Popular CM tools…
Puppet
-Popular with Dev -Facebook uses it Popular CM tools… Chef
-Very fast execution -Instructions are in YAML Popular CM tools…
Salt
-Plain SSH -Low entry barrier Popular CM tools… Ansible
Adoption trends (stackoverflow.com discussions)
Avoid a Configuration Management Bake-Off
Don’t fuss over the tools, begin today Email:
[email protected]
Twitter:
@goposky Thank you!