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
ORD風Kubernetesのラズベリーパイ包み
Search
ohdate-yuuta
March 19, 2019
Technology
0
1.4k
ORD風Kubernetesのラズベリーパイ包み
ohdate-yuuta
March 19, 2019
Tweet
Share
More Decks by ohdate-yuuta
See All by ohdate-yuuta
オイラ大地のマイクロサービス開発
ohdateyuuta
1
490
Other Decks in Technology
See All in Technology
論文紹介 ”Long-Context LLMs Meet RAG: Overcoming Challenges for Long Inputs in RAG” @GDG Tokyo
shukob
0
280
パフォーマンスとコスト改善のために法人データ分析基盤をBigQueryに移行した話
seiya303
1
110
Amazon Aurora バージョンアップについて、改めて理解する ~バージョンアップ手法と文字コードへの影響~
smt7174
1
300
Agentic AI時代のプロダクトマネジメントことはじめ〜仮説検証編〜
masakazu178
3
440
GitLab SelfManagedをCodePipelineのソースに設定する/SetGitLabSelfManagedtoCodePipeline
norihiroishiyama
1
120
Women in Agile
kawaguti
PRO
3
180
[TechNight #86] Oracle GoldenGate - 23ai 最新情報&プロジェクトからの学び
oracle4engineer
PRO
1
200
AWSでRAGを実現する上で感じた3つの大事なこと
ymae
2
660
Postman Vaultを使った秘密情報の安全な管理
nagix
3
200
CloudWatch Container Insightsを使ったAmazon ECSのリソース監視
umekou
1
130
ココナラのセキュリティ組織の体制・役割・今後目指す世界
coconala_engineer
0
230
[2024年10月版] Notebook 2.0のご紹介 / Notebook2.0
databricksjapan
0
1.7k
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1367
200k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Statistics for Hackers
jakevdp
797
220k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
GraphQLとの向き合い方2022年版
quramy
44
13k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Git: the NoSQL Database
bkeepers
PRO
427
64k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
Become a Pro
speakerdeck
PRO
26
5.1k
Transcript
S b J • a B • K •
8 D 41 2,0 4 4 1 22
92 0 Pi
• !" $()* & • #'%
• Raspberry Pi3 Model B+3 • microSD 16GB3 •
6 60W USB 1 • 2.4A microUSB 5 • 1 • LAN 4
Raspberry Pi (bluepi) Raspberry Pi (greenpi) Raspberry Pi (redpi)
1. 2. Docker 3. Kubeadm(kubectl, kubelet) 4.
Kubeadm init @master 5. Flannel 6. Kubeadm join worker
1. OS(Raspbian) microSD 2.
https://www.raspberrypi.org/downloads/raspbian/
• Kubernetes • Master
$ kubeadm init • Worker $ kubeadm join
• Overlay $ kubectl
apply -f https://raw.githubusercontent.com/coreos/flannel/bc79dd1505b0c86 81ece4de4c0d86c5cd2643275/Documentation/kube-flannel.yml
$ kubectl get nodes NAME STATUS ROLES AGE VERSION
bluepi Ready worker 1d v1.13.4 greenpi Ready master 1d v1.13.4 redpi Ready worker 1d v1.13.4
kubernetes($ & )+' % *"
# !