Expand description
§kube-dra
A Rust library for building Kubernetes Dynamic Resource Allocation (DRA) drivers.
This crate is the Rust equivalent of the Go
k8s.io/dynamic-resource-allocation/kubeletplugin
helper library. It handles the plumbing — socket registration, gRPC
lifecycle, and connection monitoring — so you can focus on your
driver logic.
§Status
This crate is under active development and not yet usable. See the repository for progress.