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
Automating Web Accessibility Testing with AI Agents
maminami373
0
1.3k
新規プロダクトでプロトタイプから正式リリースまでNext.jsで開発したリアル
kawanoriku0
1
160
初めてAWSを使うときのセキュリティ覚書〜初心者支部編〜
cmusudakeisuke
1
270
AI開発ツールCreateがAnythingになったよ
tendasato
0
130
「その開発、認知負荷高すぎませんか?」Platform Engineeringで始める開発者体験カイゼン術
sansantech
PRO
2
130
未経験者・初心者に贈る!40分でわかるAndroidアプリ開発の今と大事なポイント
operando
5
730
AI時代を生き抜くエンジニアキャリアの築き方 (AI-Native 時代、エンジニアという道は 「最大の挑戦の場」となる) / Building an Engineering Career to Thrive in the Age of AI (In the AI-Native Era, the Path of Engineering Becomes the Ultimate Arena of Challenge)
jeongjaesoon
0
220
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
190
【実演版】カンファレンス登壇者・スタッフにこそ知ってほしいマイクの使い方 / 大吉祥寺.pm 2025
arthur1
1
890
テストを軸にした生き残り術
kworkdev
PRO
0
210
Android Audio: Beyond Winning On It
atsushieno
0
2.4k
普通のチームがスクラムを会得するたった一つの冴えたやり方 / the best way to scrum
okamototakuyasr2
0
110
Featured
See All Featured
How to Ace a Technical Interview
jacobian
279
23k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
A designer walks into a library…
pauljervisheath
207
24k
The Cult of Friendly URLs
andyhume
79
6.6k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Documentation Writing (for coders)
carmenintech
74
5k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Designing Experiences People Love
moore
142
24k
Docker and Python
trallard
46
3.6k
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