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
バックエンドエンジニアのためのフロントエンド入門 #devsumiC
panda_program
16
7k
関東Kaggler会LT: 人狼コンペとLLM量子化について
nejumi
3
540
7日間でハッキングをはじめる本をはじめてみませんか?_ITエンジニア本大賞2025
nomizone
2
1.7k
個人開発から公式機能へ: PlaywrightとRailsをつなげた3年の軌跡
yusukeiwaki
11
2.9k
OpenID Connect for Identity Assurance の概要と翻訳版のご紹介 / 20250219-BizDay17-OIDC4IDA-Intro
oidfj
0
160
表現を育てる
kiyou77
1
200
PL900試験から学ぶ Power Platform 基礎知識講座
kumikeyy
0
120
現場の種を事業の芽にする - エンジニア主導のイノベーションを事業戦略に装着する方法 -
kzkmaeda
2
1.8k
Postmanを使いこなす!2025年ぜひとも押さえておきたいPostmanの10の機能
nagix
2
140
マルチモーダル理解と生成の統合 DeepSeek Janus, etc... / Multimodal Understanding and Generation Integration
hiroga
0
370
Datadog APM におけるトレース収集の流れ及び Retention Filters のはなし / datadog-apm-trace-retention-filters
k6s4i53rx
0
330
一度 Expo の採用を断念したけど、 再度 Expo の導入を検討している話
ichiki1023
1
160
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Designing Experiences People Love
moore
139
23k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
BBQ
matthewcrist
86
9.5k
RailsConf 2023
tenderlove
29
1k
Faster Mobile Websites
deanohume
306
31k
A Tale of Four Properties
chriscoyier
158
23k
Building Better People: How to give real-time feedback that sticks.
wjessup
366
19k
Documentation Writing (for coders)
carmenintech
67
4.6k
Designing for humans not robots
tammielis
250
25k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
49k
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($ & )+' % *"
# !