We open-sourced kubesdk: a typed, async-first Python client for Kubernetes
Kubernetes client for Python + CRD & API models generator. Fast, fully typed, async. - puzl-cloud/kubesdk... (more…)
Read more »
If you are like me, every once in a while you write a useful python utility and want to share it with your colleagues. The best way to do this is to make a package: it easy to install and saves from copy-pasting. Read more