Skip to content

teja624/pyk8s

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 90.3%
  • Perl 9.6%
  • Shell 0.1%