Hey everyone,
Puzl Cloud team here. Over the last months we’ve been packing our internal Python utils for Kubernetes into kubesdk, a modern k8s client and model generator. We open-sourced it a few days ago, and we’d love feedback from the community.
We needed something ergonomic for day-to-day production Kubernetes automation and multi-cluster workflows, so we built an SDK that provides:
Async-first client with minimal external dependencies
Fully typed client methods and models for all built-in Kubernetes resources
Model generator (provide your k8s API - get Python dataclasses instantly)
Unified client surface for core resources and custom resources
High throughput for large-scale workloads with multi-cluster support built into the client
beslanb•55m ago
We needed something ergonomic for day-to-day production Kubernetes automation and multi-cluster workflows, so we built an SDK that provides: Async-first client with minimal external dependencies Fully typed client methods and models for all built-in Kubernetes resources Model generator (provide your k8s API - get Python dataclasses instantly) Unified client surface for core resources and custom resources High throughput for large-scale workloads with multi-cluster support built into the client
Repo link: https://github.com/puzl-cloud/kubesdk