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
250
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
38
Writing & Maintaining an Open Source Backup Tool in Python on AWS
martinb3
0
270
DevOps & Remote Work in Gainesville
martinb3
0
330
Reaping the rewards of Remote Friendly DevOps
martinb3
2
250
Cooking Up Elasticsearch with Chef at elastic{on}
martinb3
0
320
Going Serverless with AWS Lambda
martinb3
1
500
Little Brother is Watching Your Live Stream
martinb3
0
270
What is the Chef Development Kit
martinb3
0
350
Elasticsearch for Centralized Logging, Fulltext Search, and NoSQL
martinb3
0
250
Other Decks in Technology
See All in Technology
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
オーティファイ会社紹介資料 / Autify Company Deck
autifyhq
9
120k
Redmine 6.0 新機能評価ガイド
vividtone
0
160
Postmanの日本市場におけるDevRel (的) 活動 / Postman's DevRelish activities in Japan
yokawasa
1
110
全社横断データ活用推進のコツと その負債とのつき合い方
masatoshi0205
0
160
ZOZOTOWNでの推薦システム活用事例の紹介
f6wbl6
1
420
AWS パートナー企業でテクニカルサポートに従事して 3年経ったので思うところをまとめてみた
kazzpapa3
1
200
LINEヤフー株式会社における音声言語情報処理AI研究開発@SP/SLP研究会 2024.10.22
lycorptech_jp
PRO
2
260
社内で最大の技術的負債のリファクタリングに取り組んだお話し
kidooonn
0
290
QAEチームが辿った3年 ボクらが改善業務にスクラムを選んだワケ / 20241108_cloudsign_ques23
bengo4com
0
530
DatabricksにおけるLLMOpsのベストプラクティス
taka_aki
4
1.5k
Deno+JSRでパッケージを作って公開する
askua
0
100
Featured
See All Featured
Building an army of robots
kneath
302
42k
Teambox: Starting and Learning
jrom
133
8.8k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.2k
Done Done
chrislema
181
16k
Six Lessons from altMBA
skipperchong
26
3.5k
Optimizing for Happiness
mojombo
376
69k
Code Review Best Practice
trishagee
64
17k
Designing on Purpose - Digital PM Summit 2013
jponch
115
6.9k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
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/