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
330
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
67
Writing & Maintaining an Open Source Backup Tool in Python on AWS
martinb3
0
350
DevOps & Remote Work in Gainesville
martinb3
0
420
Reaping the rewards of Remote Friendly DevOps
martinb3
2
360
Cooking Up Elasticsearch with Chef at elastic{on}
martinb3
0
400
Going Serverless with AWS Lambda
martinb3
1
600
Little Brother is Watching Your Live Stream
martinb3
0
360
What is the Chef Development Kit
martinb3
0
440
Elasticsearch for Centralized Logging, Fulltext Search, and NoSQL
martinb3
0
330
Other Decks in Technology
See All in Technology
LLM活用の壁を超える:リクルートR&Dの戦略と打ち手
recruitengineers
PRO
1
190
AIエージェントで変わる開発プロセス ― レビューボトルネックからの脱却
lycorptech_jp
PRO
2
840
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.4k
opsmethod第1回_アラート調査の自動化にむけて
yamatook
0
330
ソフトウェアアーキテクトのための意思決定術: Create Decision Readiness—The Real Skill Behind Architectural Decision
snoozer05
PRO
27
8.1k
Databricks (と気合い)で頑張るAI Agent 運用
kameitomohiro
0
350
研究開発部メンバーの働き⽅ / Sansan R&D Profile
sansan33
PRO
4
22k
Raspberry Pi AI HAT+ 2 介紹(#49)
piepie_tw
PRO
0
140
AWS Bedrock Guardrails / 機密情報の入力・出力をブロックする — Blocking Sensitive Information Input/Output
kazuhitonakayama
2
190
問い合わせ自動化の技術的挑戦
recruitengineers
PRO
2
110
技術キャッチアップ効率化を実現する記事推薦システムの構築
yudai00
2
160
Claude Cowork Plugins を読む - Skills駆動型業務エージェント設計の実像と構造
knishioka
0
220
Featured
See All Featured
SEO for Brand Visibility & Recognition
aleyda
0
4.3k
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
Making Projects Easy
brettharned
120
6.6k
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
72k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
Art, The Web, and Tiny UX
lynnandtonic
304
21k
sira's awesome portfolio website redesign presentation
elsirapls
0
170
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
1.2k
A designer walks into a library…
pauljervisheath
210
24k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
63
53k
The Cult of Friendly URLs
andyhume
79
6.8k
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/