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.5k
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
Webアプリケーションにオブザーバビリティを実装するRust入門ガイド
nwiizo
7
890
2025年夏 コーディングエージェントを統べる者
nwiizo
0
190
転職したらAWS MCPサーバーだった件
nwiizo
3
990
生成AIで小説を書くためにプロンプトの制約や原則について学ぶ / prompt-engineering-for-ai-fiction
nwiizo
6
5.8k
Claude Code どこまでも/ Claude Code Everywhere
nwiizo
61
44k
転職したらMCPサーバーだった件
nwiizo
15
12k
ここはMCPの夜明けまえ
nwiizo
32
15k
生成AIによるCloud Native基盤構築の可能性と実践的ガードレールの敷設について
nwiizo
8
1.8k
Kubernetesで実現できるPlatform Engineering の現在地
nwiizo
5
2.6k
Other Decks in Programming
See All in Programming
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
300
Navigating Dependency Injection with Metro
zacsweers
3
3.5k
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
Platformに“ちょうどいい”責務ってどこ? 関心の熱さにあわせて考える、責務分担のプラクティス
estie
1
110
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
310
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
4.3k
個人開発で徳島大学生60%以上の心を掴んだアプリ、そして手放した話
akidon0000
1
150
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
460
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
170
Zendeskのチケットを Amazon Bedrockで 解析した
ryokosuge
3
320
速いWebフレームワークを作る
yusukebe
5
1.7k
Featured
See All Featured
Designing for humans not robots
tammielis
253
25k
Building Applications with DynamoDB
mza
96
6.6k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
RailsConf 2023
tenderlove
30
1.2k
A Modern Web Designer's Workflow
chriscoyier
696
190k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
930
Practical Orchestrator
shlominoach
190
11k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
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