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
Spotlight on CoreOS
Search
Martin Smith
March 18, 2015
Technology
0
290
Spotlight on CoreOS
A quick overview of CoreOS, and some quick highlights of what it can do.
Martin Smith
March 18, 2015
Tweet
Share
More Decks by Martin Smith
See All by Martin Smith
How HashiCorp SREs Built HCP's Incident Management Program
martinb3
0
44
Writing & Maintaining an Open Source Backup Tool in Python on AWS
martinb3
0
300
DevOps & Remote Work in Gainesville
martinb3
0
370
Reaping the rewards of Remote Friendly DevOps
martinb3
2
290
Cooking Up Elasticsearch with Chef at elastic{on}
martinb3
0
360
Going Serverless with AWS Lambda
martinb3
1
540
Little Brother is Watching Your Live Stream
martinb3
0
300
What is the Chef Development Kit
martinb3
0
390
Elasticsearch for Centralized Logging, Fulltext Search, and NoSQL
martinb3
0
280
Other Decks in Technology
See All in Technology
AI駆動で進化する開発プロセス ~クラスメソッドでの実践と成功事例~ / aidd-in-classmethod
tomoki10
1
850
Part1 GitHubってなんだろう?その1
tomokusaba
2
400
LLM アプリケーションのためのクラウドセキュリティ - CSPM の実装ポイント-
osakatechlab
0
250
雑に疎通確認だけしたい...せや!CloudShell使ったろ!
alchemy1115
0
110
LINE 購物幕後推手
line_developers_tw
PRO
0
340
Microsoft の SSE の現在地
skmkzyk
0
280
製造業向けIoTソリューション提案資料.pdf
haruki_uiru
0
170
AIとSREで「今」できること
honmarkhunt
3
700
Computer Use〜OpenAIとAnthropicの比較と将来の展望〜
pharma_x_tech
6
980
AndroidアプリエンジニアもMCPを触ろう
kgmyshin
2
600
Previewでもここまで追える! Azure AI Foundryで始めるLLMトレース
tomodo_ysys
2
270
AI-in-the-Enterprise|OpenAIが公開した「AI導入7つの教訓」——ChatGPTで変わる企業の未来とは?
customercloud
PRO
0
140
Featured
See All Featured
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Adopting Sorbet at Scale
ufuk
76
9.3k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
5
560
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
31
1.2k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Designing Experiences People Love
moore
142
24k
Optimizing for Happiness
mojombo
378
70k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Rails Girls Zürich Keynote
gr2m
94
13k
Become a Pro
speakerdeck
PRO
28
5.3k
How to Ace a Technical Interview
jacobian
276
23k
Code Review Best Practice
trishagee
67
18k
Transcript
Spotlight on CoreOS
[email protected]
The Datacenter as a Computer - Focus on applications -
Design for HW failure - No maintenance windows - Commodity hardware - Warehouse scale computer
CoreOS - Micro Gentoo/Chrome (Kernel + Docker/LXC/nspawn/etc) - No package
manager, just run in containers - Intended for HA clusters - Updates are applied automagically - SystemD (incl. managing containers)
Etcd - Distributed key-value store - RESTful (HTTP + JSON)
- Service discovery via announcements - Similar to Consul or Zookeeper
Fleet - Cluster-level service management - Manage etcd and systemd
as a single init sys - Schedule a specific number of containers, reschedule units on failure, placement rules
Demos! - 3 node cluster with vagrant - Demo dillinger.io
(online markdown editor) vagrant ssh core-01 fleetctl machine-list fleetctl list-units fleetctl submit dillinger.service fleetctl start dillinger.service fleetctl journal -follow dillinger.service https://github.com/coreos/coreos-vagrant http://lukebond.ghost.io/getting-started-with-coreos- and-docker-using-vagrant/