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
Rook Operator Survey and Short Dive Rook Operator
Search
nwiizo
December 09, 2019
Programming
0
1.4k
Rook Operator Survey and Short Dive Rook Operator
Japan Rook Meetup #1
ついにやってきた!ストレージオーケストレーターRookだらけのMeetup!
https://rook.connpass.com/event/152741/
nwiizo
December 09, 2019
Tweet
Share
More Decks by nwiizo
See All by nwiizo
ここはMCPの夜明けまえ
nwiizo
2
1.4k
生成AIによるCloud Native基盤構築の可能性と実践的ガードレールの敷設について
nwiizo
5
460
Kubernetesで実現できるPlatform Engineering の現在地
nwiizo
3
1.9k
SLI/SLO・ラプソディあるいは組織への適用の旅
nwiizo
4
1.3k
インフラをつくるとはどういうことなのか、 あるいはPlatform Engineeringについて
nwiizo
6
4.4k
Platform Engineeringは自由のめまい
nwiizo
4
2.5k
Site Reliability Engineering on Kubernetes
nwiizo
6
6k
メインテーマはKubernetes
nwiizo
2
500
SREの前に
nwiizo
12
3.7k
Other Decks in Programming
See All in Programming
エンジニア未経験が最短で戦力になるためのTips
gokana
0
270
Do Dumb Things
mitsuhiko
0
430
スモールスタートで始めるためのLambda×モノリス(Lambdalith)
akihisaikeda
2
280
設計の本質:コード、システム、そして組織へ / The Essence of Design: To Code, Systems, and Organizations
nrslib
2
260
リアクティブシステムの変遷から理解するalien-signals / Learning alien-signals from the evolution of reactive systems
yamanoku
3
1.2k
Sharing features among Android applications: experience feedback
jbvincey
0
110
MCP調べてみました! / Exploring MCP
uhzz
2
2.3k
Fiber Scheduler vs. General-Purpose Parallel Client
hayaokimura
1
100
生成AIを使ったQAアプリケーションの作成 - ハンズオン補足資料
oracle4engineer
PRO
3
220
大LLM時代にこの先生きのこるには-ITエンジニア編
fumiyakume
7
2.9k
List とは何か? / PHPerKaigi 2025
meihei3
0
860
Building Scalable Mobile Projects: Fast Builds, High Reusability and Clear Ownership
cyrilmottier
2
280
Featured
See All Featured
It's Worth the Effort
3n
184
28k
Site-Speed That Sticks
csswizardry
5
490
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Rails Girls Zürich Keynote
gr2m
94
13k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Java REST API Framework Comparison - PWX 2021
mraible
30
8.5k
We Have a Design System, Now What?
morganepeng
52
7.5k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2k
The Language of Interfaces
destraynor
157
24k
Building Applications with DynamoDB
mza
94
6.3k
Transcript
None
None
⚫ ⚫ ⚫ ⚫ ⚫ ⚫ ⚫ ⚫ ⚫
None
• • • •
None
None
None
None
None
⚫ ⚫ ⚫ ⚫ ⚫
None
https://kubernetes.io/docs/concepts/overview/components/#kube-controller-manager
None
⚫ ⚫ ⚫ ⚫
⚫ ⚫ ⚫ ⚫ ⚫
⚫ ⚫ ⚫ https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/ ⚫ ⚫ ⚫ ⚫
⚫ ⚫ ⚫ https://coreos.com/blog/introducing-operators.html https://operatorhub.io/
None
ゼロから始めるKubernetes Controller / Under the Kubernetes Controller @go_vargo kubebuilder/controller-runtime 入門
with v2 @kfyharukz
実践入門Kubernetes カスタムコントローラへの道 Programming Kubernetes: Developing Cloud-Native Applications
None
None
None
None
None
None
⚫ ⚫ ⚫ ⚫ ⚫ ⚫
None
None
KubernetesにおけるCSI/Kubernetes & CSI @bells17 入門、Kubernetes Persistent Volume @ysakashita
None
⚫ ⚫ ⚫ ⚫ Rook Open Cloud-Native Storage for Kubernetes
https://rook.io/docs/rook/v1.1/ より ⚫ ⚫ ⚫ ⚫ ⚫ ⚫ ⚫ ⚫ ⚫ ⚫
⚫ https://softwareengineeringdaily.com/2018/01/18/kubernetes-storage-with-bassam-tabbara/ ⚫
None
⚫ ⚫ ⚫
None
None
https://github.com/rook/rook/blob/master/Documentation/ceph-cluster-crd.md
None
None
None
https://github.com/rook/rook/blob/master/pkg/operator/discover/discover.go
None
様子が見たいならこちらからインストールできます。 この辺はCeph の知識がどうしても必要なので
None
https://github.com/rook/rook/blob/master/pkg/operator/ceph/csi/ https://github.com/rook/rook/tree/master/pkg/operator/ceph/cluster/rbd
https://github.com/rook/rook/blob/master/pkg/operator/ceph/cluster/mon/mon.go https://docs.ceph.com/docs/master/man/8/ceph-mon/
https://github.com/rook/rook/blob/master/pkg/operator/ceph/cluster/mon/mon.go https://docs.ceph.com/docs/master/man/8/ceph-mon/
https://github.com/rook/rook/blob/master/pkg/operator/ceph/cluster/mgr/mgr.go https://docs.ceph.com/docs/master/mgr/
https://docs.ceph.com/docs/master/man/8/ceph-osd/
https://github.com/rook/rook/blob/master/pkg/operator/ceph/cluster/osd/osd.go
https://github.com/rook/rook/blob/master/pkg/operator/ceph/cluster/osd/osd.go
None
None
None
None