Python Kubernetes community libraries?

4/26/2020

I am writing python operators with Kopf and the kubernetes-client official library. Now I am looking for more elaborated libraries, not just the Swagger generated, but I can't found a comparative table with all the python community libs, or any information about what's the use case for each one. if there is such thing.

Of course basic info:

  • async:the official lib but awaitable. 


  • k8s: More intuitive, more pythonic?

  • kuberenetes-py is this the most popular pythonic lib? documentation: to-do :/

  • py-kube now archived

IS there someone out there with some experience on those libs ho can illuminate us with their knowledge ?

Thanks!

-- NicoKowe
kubernetes
python

0 Answers