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
CRI-O Shallow Dive
Search
Kohei Ota
September 24, 2020
Technology
1
440
CRI-O Shallow Dive
Kohei Ota
September 24, 2020
Tweet
Share
More Decks by Kohei Ota
See All by Kohei Ota
CloudNative Meets WebAssembly: Exploring Wasm's Potential to Replace Containers
inductor
4
2.8k
The Cloud Native Chronicles: 10 Years of Community Growth Inside and Outside Japan
inductor
0
130
Cracking the KubeCon CfP
inductor
2
610
KubeCon Recap -Platform migration at Scale-
inductor
1
1k
コンテナビルド最新事情 2022年度版 / Container Build 2022
inductor
3
520
データベースとストレージのレプリケーション入門 / Intro-of-database-and-storage-replication
inductor
28
6.3k
KubeConのケーススタディから振り返る、Platform for Platforms のあり方と その実践 / Lessons from KubeCon case studies: Platform for Platforms and its practice
inductor
3
850
オンラインの技術カンファレンスを安定稼働させるための取り組み / SRE activity for online conference platform
inductor
1
1.3k
Kubernetesネットワーキング初級者脱出ガイド / Kubernetes networking beginner's guide
inductor
22
6.4k
Other Decks in Technology
See All in Technology
DB 醬,嗨!哪泥嘎斯基?
line_developers_tw
PRO
0
1k
AWS アーキテクチャ作図入門/aws-architecture-diagram-101
ma2shita
27
9.3k
Clineを含めたAIエージェントを 大規模組織に導入し、投資対効果を考える / Introducing AI agents into your organization
i35_267
4
1.2k
初めてのAzure FunctionsをClaude Codeで作ってみた / My first Azure Functions using Claude Code
hideakiaoyagi
1
170
米国国防総省のDevSecOpsライフサイクルをAWSのセキュリティサービスとOSSで実現
syoshie
2
630
A2Aのクライアントを自作する
rynsuke
1
110
Azure AI Foundryでマルチエージェントワークフロー
seosoft
0
130
vLLM meetup Tokyo
jpishikawa
1
270
Claude Code Actionを使ったコード品質改善の取り組み
potix2
PRO
0
140
CIでのgolangci-lintの実行を約90%削減した話
kazukihayase
0
330
讓測試不再 BB! 從 BDD 到 CI/CD, 不靠人力也能 MVP
line_developers_tw
PRO
0
1k
BigQuery Remote FunctionでLooker Studioをインタラクティブ化
cuebic9bic
2
200
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
24
1.7k
RailsConf 2023
tenderlove
30
1.1k
Visualization
eitanlees
146
16k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
53k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Optimising Largest Contentful Paint
csswizardry
37
3.3k
A designer walks into a library…
pauljervisheath
206
24k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
We Have a Design System, Now What?
morganepeng
52
7.6k
How GitHub (no longer) Works
holman
314
140k
Transcript
None
自己紹介 太田航平
の逆 や を使う人のために の役割と使い方共有したい
何 のために作られたコンテナランタイム が話す と低レベルランタイムの を繋ぐ役割 が主体となって開発 からデフォルトで組み込まれている 以前は を使っていたのが置き換えられた
の 実装 互換のコンテナイメージとランタイムをサポート 一般的な イメージフォーマット 主要なコンテナレジストリ 、 、 などの低レベルランタイムで動作
というか が標準化したランタイム規格 と低レベルランタイムが通信するための 仕様 は の を生成して低レベルランタイムに コンテナの作成等を依頼 が標準化したコンテナの規格 から受け取った
でコンテナを生成 などの持つ機能を標準化 コンテナイメージ仕様の標準化
コンテナランタイムの役割
None
がランタイムで 実際に使う範囲
は に不要な や なども提供 というベンダーへの依存 としても依存を減らす試みがある
は に不要な や なども提供 というベンダーへの依存 としても依存を減らす試みがある
は に不要な や なども提供 というベンダーへの依存 としても依存を減らす試みがある 利用を前提に作られた は 乗り換え先の つの選択肢
None
と の仕様に忠実な実装 イメージの信頼性チェックや検証 イメージレイヤの管理 動作中のコンテナにおけるライフサイクルの管理 の操作に必要なリソースの分離や可観測性の提供
と の仕様に忠実な実装 イメージの信頼性チェックや検証 イメージレイヤの管理 動作中のコンテナにおけるライフサイクルの管理 の操作に必要なリソースの分離や可観測性の提供 イメージビルドや の を操作するた めの
などの提供はスコープ外 コンテナイメージビルドには の操作には 等を組み合わせて利用
デモ
None