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
320
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
59
Writing & Maintaining an Open Source Backup Tool in Python on AWS
martinb3
0
350
DevOps & Remote Work in Gainesville
martinb3
0
410
Reaping the rewards of Remote Friendly DevOps
martinb3
2
350
Cooking Up Elasticsearch with Chef at elastic{on}
martinb3
0
390
Going Serverless with AWS Lambda
martinb3
1
590
Little Brother is Watching Your Live Stream
martinb3
0
350
What is the Chef Development Kit
martinb3
0
430
Elasticsearch for Centralized Logging, Fulltext Search, and NoSQL
martinb3
0
330
Other Decks in Technology
See All in Technology
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.9k
AI アクセラレータチップ AWS Trainium/Inferentia に 今こそ入門
yoshimi0227
1
280
2026/01/16_実体験から学ぶ 2025年の失敗と対策_Progate Bar
teba_eleven
1
210
Databricks Free Edition講座 データエンジニアリング編
taka_aki
0
2.7k
Data Intelligence on Lakehouse Paradigm
scotthsieh825
0
180
AI に「学ばせ、調べさせ、作らせる」。Auth0 開発を加速させる7つの実践的アプローチ
scova0731
0
330
Hardware/Software Co-design: Motivations and reflections with respect to security
bcantrill
1
210
歴史から学ぶ、Goのメモリ管理基礎
logica0419
14
2.9k
Models vs Bounded Contexts for Domain Modularizati...
ewolff
0
210
20260114_データ横丁 新年LT大会:2026年の抱負
taromatsui_cccmkhd
0
350
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
12k
SOC2は、取った瞬間よりその後が面白い
3flower
0
140
Featured
See All Featured
Mind Mapping
helmedeiros
PRO
0
53
エンジニアに許された特別な時間の終わり
watany
106
230k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.2k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
160
Digital Ethics as a Driver of Design Innovation
axbom
PRO
0
140
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
99
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Skip the Path - Find Your Career Trail
mkilby
0
44
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
Getting science done with accelerated Python computing platforms
jacobtomlinson
1
100
The Language of Interfaces
destraynor
162
26k
Large-scale JavaScript Application Architecture
addyosmani
515
110k
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/