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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
68
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
340
Other Decks in Technology
See All in Technology
TypeScript 7.0の現在地と備え方
uhyo
6
490
クラウド × シリコンの Mashup - AWS チップ開発で広がる AI 基盤の選択肢
htokoyo
2
250
(Test) ai-meetup slide creation
oikon48
3
400
2026年もソフトウェアサプライチェーンのリスクに立ち向かうために / Product Security Square #3
flatt_security
1
300
JAWSDAYS2026_A-6_現場SEが語る 回せるセキュリティ運用~設計で可視化、AIで加速する「楽に回る」運用設計のコツ~
shoki_hata
0
3k
Sansanでの認証基盤内製化と移行
sansantech
PRO
0
480
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
140
わからなくて良いなら、わからなきゃだめなの?
kotaoue
1
360
Zeal of the Convert: Taming Shai-Hulud with AI
ramimac
0
100
Everything Claude Code を眺める
oikon48
7
4.5k
us-east-1 に障害が起きた時に、 ap-northeast-1 にどんな影響があるか 説明できるようになろう!
miu_crescent
PRO
13
4.3k
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
720
Featured
See All Featured
Raft: Consensus for Rubyists
vanstee
141
7.4k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
Game over? The fight for quality and originality in the time of robots
wayneb77
1
140
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
260
Building Applications with DynamoDB
mza
96
7k
Docker and Python
trallard
47
3.8k
Being A Developer After 40
akosma
91
590k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
199
73k
Accessibility Awareness
sabderemane
0
81
A Tale of Four Properties
chriscoyier
163
24k
Context Engineering - Making Every Token Count
addyosmani
9
750
Code Review Best Practice
trishagee
74
20k
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/