Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
ORD風Kubernetesのラズベリーパイ包み
ohdate-yuuta
March 19, 2019
Technology
0
800
ORD風Kubernetesのラズベリーパイ包み
ohdate-yuuta
March 19, 2019
Tweet
Share
More Decks by ohdate-yuuta
See All by ohdate-yuuta
オイラ大地のマイクロサービス開発
ohdateyuuta
1
250
Other Decks in Technology
See All in Technology
Data Warehouse or Data Lake, which one do I choose?
ahana
0
150
tfcon-2022-cpp
cpp
5
5.2k
開発者のための GitHub Organization の安全な運用と 継続的なモニタリング
flatt_security
3
4k
信頼性の階層の一段目を積み上げる/Monitoring Dashboard
shonansurvivors
0
180
A Conditional Point Diffusion-Refinement Paradigm for 3D Point Cloud Completion
takmin
0
230
Agile and Requirement : アジャイルな要件定義について考える
kawaguti
PRO
10
3.6k
Whats new in Android Media?
myolwin00
2
120
Scrum Fest Niigata 2022 開発エンジニアに聞いてみよう!
moritamasami
1
660
ドキュメントの翻訳に必要なこと
mayukosawai
0
190
失敗から学ぶAWSコスト管理入門 ~想定の50倍以上の請求がきた話~
msato
0
470
Spotify物理コントローラーがほしい
miso
0
170
GitHub Actionsを使用してGoogle Play Consoleに自動アップロード
takenaga7
0
250
Featured
See All Featured
The Art of Programming - Codeland 2020
erikaheidi
32
5.8k
How New CSS Is Changing Everything About Graphic Design on the Web
jensimmons
212
11k
Embracing the Ebb and Flow
colly
73
3.3k
Large-scale JavaScript Application Architecture
addyosmani
499
110k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
349
27k
Happy Clients
brianwarren
89
5.6k
Designing Experiences People Love
moore
130
22k
Navigating Team Friction
lara
175
11k
Put a Button on it: Removing Barriers to Going Fast.
kastner
56
2.3k
The Invisible Side of Design
smashingmag
289
48k
WebSockets: Embracing the real-time Web
robhawkes
57
5k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
151
12k
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($ & )+' % *"
# !