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
Kubernetes SIG Apps Meeting Demo
Search
Konrad Djimeli
August 28, 2017
Technology
0
51
Kubernetes SIG Apps Meeting Demo
Konrad Djimeli
August 28, 2017
Tweet
Share
More Decks by Konrad Djimeli
See All by Konrad Djimeli
GitHub Universe 2017
djkonro
0
120
GSoC meetup
djkonro
0
37
Other Decks in Technology
See All in Technology
データ戦略部門 紹介資料
sansan33
PRO
1
3.8k
Railsの話をしよう
yahonda
0
170
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
8.9k
AWSでAgentic AIを開発するための前提知識の整理
nasuvitz
2
250
「魔法少女まどか☆マギカ Magia Exedra」におけるバックエンドの技術選定
gree_tech
PRO
0
100
OSSで50の競合と戦うためにやったこと
yamadashy
3
920
「タコピーの原罪」から学ぶ間違った”支援” / the bad support of Takopii
piyonakajima
0
100
AI-Readyを目指した非構造化データのメダリオンアーキテクチャ
r_miura
1
280
「魔法少女まどか☆マギカ Magia Exedra」のIPのキャラクターを描くための3Dルック開発
gree_tech
PRO
0
140
Dylib Hijacking on macOS: Dead or Alive?
patrickwardle
0
440
Introduction to Sansan Meishi Maker Development Engineer
sansan33
PRO
0
310
CoRL 2025 Survey
harukiabe
1
240
Featured
See All Featured
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
A Tale of Four Properties
chriscoyier
161
23k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
How STYLIGHT went responsive
nonsquared
100
5.8k
GitHub's CSS Performance
jonrohan
1032
470k
What's in a price? How to price your products and services
michaelherold
246
12k
Producing Creativity
orderedlist
PRO
347
40k
Balancing Empowerment & Direction
lara
5
700
Speed Design
sergeychernyshev
32
1.2k
Transcript
Developing Jupyter Notebooks for the Kubernetes Python Client (GSoC 2017)
Mentor Sebastien Goasguen Senior Director of Cloud Technologies @ Bitnami Student Konrad Djimeli GDG Organizer @ GDG Buea | GitHub Campus Expert
K8s Python Client - Official Python client library for kubernetes.
- Generated by Swagger Codegen - Access the K8s REST API server www.github.com/kubernetes-incubator /client-python
Jupyter Notebook
None
Notebooks Introduction to k8s resources and API Pod, deployments Services
Configmaps Secrets Watch TPR/CRD - not merged yet -
Getting Started $ pip install jupyter $ pip install kubernetes
$ git clone https://github.com/kubernetes-incubator/client-python $ cd client-python/examples/notebooks $ jupyter notebook
DEMO