All Projects → fiaas → k8s

fiaas / k8s

Licence: Apache-2.0 license
Python client library for the Kubernetes API

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to k8s

client-go-examples
Collection of mini-programs demonstrating Kubernetes client-go usage.
Stars: ✭ 722 (+1962.86%)
Mutual labels:  kubernetes-client
Kubernetes Client
Java client for Kubernetes & OpenShift
Stars: ✭ 2,188 (+6151.43%)
Mutual labels:  kubernetes-client
Kubernetes Workshop
⚙️ A Gentle introduction to Kubernetes with more than just the basics. 🌟 Give it a star if you like it.
Stars: ✭ 3,122 (+8820%)
Mutual labels:  kubernetes-client
k8s-api
Kubernetes client, data driven
Stars: ✭ 87 (+148.57%)
Mutual labels:  kubernetes-client

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].