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
280
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
350
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
Oracle Cloud Infrastructure:2025年4月度サービス・アップデート
oracle4engineer
PRO
0
120
Bazel for Ruby (RubyKaigi 2025)
p0deje
0
120
SDカードフォレンジック
su3158
1
640
アジャイル脅威モデリング#1(脅威モデリングナイト#8)
masakane55
3
230
JPOUG Tech Talk #12 UNDO Tablespace Reintroduction
nori_shinoda
2
150
新卒エンジニアがCICDをモダナイズしてみた話
akashi_sn
2
260
バクラクの認証基盤の成長と現在地 / bakuraku-authn-platform
convto
4
690
2025-04-24 "Manga AI Understanding & Localization" Furukawa Arata (CyberAgent, Inc)
ornew
2
260
Cursor AgentによるパーソナルAIアシスタント育成入門―業務のプロンプト化・MCPの活用
os1ma
15
5.3k
Web Intelligence and Visual Media Analytics
weblyzard
PRO
1
5.8k
AWSで作るセキュアな認証基盤with OAuth mTLS / Secure Authentication Infrastructure with OAuth mTLS on AWS
kaminashi
0
180
Amazon CloudWatch Application Signals ではじめるバーンレートアラーム / Burn rate alarm with Amazon CloudWatch Application Signals
ymotongpoo
6
550
Featured
See All Featured
KATA
mclloyd
29
14k
Docker and Python
trallard
44
3.3k
GraphQLとの向き合い方2022年版
quramy
46
14k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
Fontdeck: Realign not Redesign
paulrobertlloyd
83
5.5k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.6k
GraphQLの誤解/rethinking-graphql
sonatard
71
10k
A Modern Web Designer's Workflow
chriscoyier
693
190k
4 Signs Your Business is Dying
shpigford
183
22k
Making Projects Easy
brettharned
116
6.1k
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/