Skip to main content

Crate kube_dra

Crate kube_dra 

Source
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.