chixq / pyk8s

Simplest Kubernetes(K8S) Python API wrapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyK8S

PyK8S is the API wrapper of Google Kubernetes.

Release Note

v1.0 support Kubernetes 0.14

Installation

` pip install pyk8s`

Basic Usages

` pyk8s = PyK8S(base_url="http://54.249.185.104:8888/api", user_id="", user_password="", client_args=client_args) pod_list = pyk8s.getPods()`

About

Simplest Kubernetes(K8S) Python API wrapper


Languages

Language:Python 90.3%Language:Perl 9.6%Language:Shell 0.1%