Skip to content
/ k8s Public

Python client library for the Kubernetes API

License

Notifications You must be signed in to change notification settings

fiaas/k8s

Repository files navigation

k8s - Python client library for the Kubernetes API

Semaphore Build Status Badge Codacy Grade Badge Codacy Coverage Badge

Documentation

https://k8s.readthedocs.io

Code

https://github.com/fiaas/k8s

k8s is a python client library for Kubernetes developed as part of the FiaaS project at FINN.no, Norway's leading classifieds site. The library tries to provide an intuitive developer experience, rather than modelling the REST API directly. Our approach does not allow us to use Swagger to auto-generate a library that covers the entire API, but the parts we have implemented are (in our opinion) easier to work with than the client you get when using Swagger.

Check out the tutorial to find out how to use the library, or the developer guide to learn how to extend the library to cover parts of the API we haven't gotten around to yet.