fiaas / k8s

Python client library for the Kubernetes API

Home Page:https://fiaas.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

k8s - Python client library for the Kubernetes API

Semaphore Build Status Badge Codacy Quality 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.

About

Python client library for the Kubernetes API

https://fiaas.github.io/

License:Apache License 2.0


Languages

Language:Python 100.0%