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
66
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
390
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
Interop Tokyo 2025 ShowNet Team Memberで学んだSRv6を基礎から丁寧に
miyukichi_ospf
0
170
EMから現場に戻って見えた2026年の開発者視点
sudoakiy
1
400
大規模な組織におけるAI Agent活用の促進と課題
lycorptech_jp
PRO
4
5.1k
AI時代のAPIファースト開発
nagix
1
520
LINEヤフーにおけるAI駆動開発組織のプロデュース施策
lycorptech_jp
PRO
0
120
AgentCore RuntimeをVPCにデプロイして 開発ドキュメント作成AIエージェントを作った
alchemy1115
3
300
Claude Codeと駆け抜ける 情報収集と実践録
sontixyou
1
810
チーム開発の基礎_研究を事業につなげるために
cyberagentdevelopers
PRO
8
4.3k
AI が Approve する開発フロー / How AI Reviewers Accelerate Our Development
zaimy
1
180
今、求められるデータエンジニア
waiwai2111
2
1.4k
EKSで実践する オブザーバビリティの現在地
honmarkhunt
2
300
Claude Codeで実践するスペック駆動開発入門 / sdd-with-claude_code
yoshidashingo
3
4.4k
Featured
See All Featured
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
170
Paper Plane (Part 1)
katiecoart
PRO
0
4.8k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
200
Ruling the World: When Life Gets Gamed
codingconduct
0
160
Deep Space Network (abreviated)
tonyrice
0
76
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
230
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Self-Hosted WebAssembly Runtime for Runtime-Neutral Checkpoint/Restore in Edge–Cloud Continuum
chikuwait
0
370
Building Adaptive Systems
keathley
44
2.9k
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
130
Darren the Foodie - Storyboard
khoart
PRO
3
2.6k
RailsConf 2023
tenderlove
30
1.4k
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/