Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Kubernetes SIG Apps Meeting Demo

Kubernetes SIG Apps Meeting Demo

Konrad Djimeli

August 28, 2017
Tweet

More Decks by Konrad Djimeli

Other Decks in Technology

Transcript

  1. Developing Jupyter Notebooks for the Kubernete​s Python Client (GSoC 2017)

    Mentor Sebastien Goasguen Senior Director of Cloud Technologies @ Bitnami Student Konrad Djimeli GDG Organizer @ GDG Buea | GitHub Campus Expert
  2. 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
  3. Notebooks Introduction to k8s resources and API Pod, deployments Services

    Configmaps Secrets Watch TPR/CRD - not merged yet -
  4. Getting Started $ pip install jupyter $ pip install kubernetes

    $ git clone https://github.com/kubernetes-incubator/client-python $ cd client-python/examples/notebooks $ jupyter notebook