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.5k
ORD風Kubernetesのラズベリーパイ包み
ohdate-yuuta
March 19, 2019
Tweet
Share
More Decks by ohdate-yuuta
See All by ohdate-yuuta
オイラ大地のマイクロサービス開発
ohdateyuuta
1
550
Other Decks in Technology
See All in Technology
SCONE - 動画配信の帯域を最適化する新プロトコル
kazuho
1
380
Building a cloud native business on open source
lizrice
0
180
【SORACOM UG Explorer 2025】さらなる10年へ ~ SORACOM MVC 発表
soracom
PRO
0
150
CREが作る自己解決サイクルSlackワークフローに組み込んだAIによる社内ヘルプデスク改革 #cre_meetup
bengo4com
0
340
AWS DMS で SQL Server を移行してみた/aws-dms-sql-server-migration
emiki
0
240
Azure Well-Architected Framework入門
tomokusaba
1
130
IBC 2025 動画技術関連レポート / IBC 2025 Report
cyberagentdevelopers
PRO
2
180
ラスベガスの歩き方 2025年版(re:Invent 事前勉強会)
junjikoide
0
190
「タコピーの原罪」から学ぶ間違った”支援” / the bad support of Takopii
piyonakajima
0
140
dbtとAIエージェントを組み合わせて見えたデータ調査の新しい形
10xinc
2
490
AI AgentをLangflowでサクッと作って、1日働かせてみた!
yano13
1
160
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
140
Featured
See All Featured
Side Projects
sachag
455
43k
Building Applications with DynamoDB
mza
96
6.7k
4 Signs Your Business is Dying
shpigford
185
22k
Writing Fast Ruby
sferik
630
62k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Balancing Empowerment & Direction
lara
5
700
Large-scale JavaScript Application Architecture
addyosmani
514
110k
The Cost Of JavaScript in 2023
addyosmani
55
9.1k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Java REST API Framework Comparison - PWX 2021
mraible
34
8.9k
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.6k
Docker and Python
trallard
46
3.6k
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($ & )+' % *"
# !