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
50
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
36
Other Decks in Technology
See All in Technology
VGGT: Visual Geometry Grounded Transformer
peisuke
1
630
american aa airlines®️ USA Contact Numbers: Complete 2025 Support Guide
aaguide
0
500
Getting to Know Your Legacy (System) with AI-Driven Software Archeology (WeAreDevelopers World Congress 2025)
feststelltaste
1
180
Contributing to Rails? Start with the Gems You Already Use
yahonda
2
120
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
990
60以上のプロダクトを持つ組織における開発者体験向上への取り組み - チームAPIとBackstageで構築する組織の可視化基盤 - / sre next 2025 Efforts to Improve Developer Experience in an Organization with Over 60 Products
vtryo
3
990
United Airlines Customer Service– Call 1-833-341-3142 Now!
airhelp
0
180
セキュアな社内Dify運用と外部連携の両立 ~AIによるAPIリスク評価~
zozotech
PRO
0
100
全部AI、全員Cursor、ドキュメント駆動開発 〜DevinやGeminiも添えて〜
rinchsan
4
2.5k
freeeのアクセシビリティの現在地 / freee's Current Position on Accessibility
ymrl
2
280
CDKコード品質UP!ナイスな自作コンストラクタを作るための便利インターフェース
harukasakihara
2
200
NewSQLや分散データベースを支えるRaftの仕組み - 仕組みを理解して知る得意不得意
hacomono
PRO
3
230
Featured
See All Featured
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Navigating Team Friction
lara
187
15k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
For a Future-Friendly Web
brad_frost
179
9.8k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Bash Introduction
62gerente
613
210k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
How GitHub (no longer) Works
holman
314
140k
Rails Girls Zürich Keynote
gr2m
95
14k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
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