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
Virtual Kubelet + Fargate + EKSでノードレス Kubernete...
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
bbrfkr
December 18, 2018
Technology
5
2.3k
Virtual Kubelet + Fargate + EKSでノードレス Kubernetes を夢見た話
bbrfkr
December 18, 2018
Tweet
Share
More Decks by bbrfkr
See All by bbrfkr
有志で組織横串に挑む - GitLab CI Runnerカイゼン -
bbrfkr
0
260
アプリエンジニアを救え! AWS CDKで実現するインフラCI・CD
bbrfkr
2
1.3k
[July Tech Festa 2019] Kubernetes on OpenStack におけるハマりどころ
bbrfkr
5
1.5k
OpenShiftでKubeVirtを試してみた
bbrfkr
1
1.1k
Kubernetes x スマートスピーカ ~ Kubernetesで実現するFaaS ~
bbrfkr
1
260
怖くない!コンテナ初心者に送るやさしいKubernetes入門
bbrfkr
20
6k
Other Decks in Technology
See All in Technology
親子 or ペアで Mashup for the Future! しゃべって楽しむ 初手AI駆動でものづくり体験
hiroramos4
PRO
0
110
Keycloak を使った SSO で CockroachDB にログインする / CockroachDB SSO with Keycloak
kota2and3kan
0
100
今のWordPress の制作手法ってなにがあんねん?(改) / What’s the Deal with WordPress Development These Days?
tbshiki
0
400
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/12 - 2026/2
oracle4engineer
PRO
0
110
Scrumは歪む — 組織設計の原理原則
dashi
0
140
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.4k
実践 Datadog MCP Server
nulabinc
PRO
1
130
マルチプレーンGPUネットワークを実現するシャッフルアーキテクチャの整理と考察
markunet
2
240
製造業ドメインにおける LLMプロダクト構築: 複雑な文脈へのアプローチ
caddi_eng
1
560
OCI技術資料 : コンピュート・サービス 概要
ocise
4
54k
Datadog の RBAC のすべて
nulabinc
PRO
3
460
タスク管理も1on1も、もう「管理」じゃない ― KiroとBedrock AgentCoreで変わった"判断の仕事"
yusukeshimizu
5
2.6k
Featured
See All Featured
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
200
How to Ace a Technical Interview
jacobian
281
24k
Being A Developer After 40
akosma
91
590k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
Between Models and Reality
mayunak
2
230
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
120
Stewardship and Sustainability of Urban and Community Forests
pwiseman
0
140
Color Theory Basics | Prateek | Gurzu
gurzu
0
250
GraphQLとの向き合い方2022年版
quramy
50
14k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
270
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
70
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
128
55k
Transcript
Virtual Kubelet + Fargate + EKSで ノードレスKubernetesを夢見た話
Hello! 2 名前: 斎藤辰徳 (HN: bbrfkr) 所属: TIS株式会社 ミッション •
案件に対する技術支援 (インフラ) • 新/トレンド技術の啓蒙 (インフラ)
3 [今の基盤の写真]
4 本題
5
6 kubeletの実装の一つ Kubernetes外のAPIに Podの作成を依頼 12/4にCNCFにホスト Support
7 + +
8 これは。。。! ノードレスKubernetes。。。!!
Amazon ECS 9 やってみた virtual-kubelet タスク Amazon EKS Kubernetes Master
Nginx タスク Nginx タスク ノード登録 Pod作成依頼 作成
10 デモ
Amazon ECS 11 デモ Amazon EKS Kubernetes Master virtual-kubelet タスク
ノード登録 Pod作成依頼 Nginx タスク 作成
12 まとめ • EKS + Virtual Kubelet + Fargateで一応、完全ノードレスな Kubernetesクラスタは組める
• 本クラスタは実用上の壁がまだまだたくさんありそうなので、今後機能 強化されることを期待 • (今、同じことやるならMSかな。。。)
13 今回作成したDockerfile https://github.com/bbrfkr/vk-fargate
Thanks!