KServe
Standardized model inference serving platform on Kubernetes
KServe now releases almost entirely for its LLM inference service.
◆Recent moves
- 5d ago
Second 0.20 candidate: four llmisvc fixes
A four-commit candidate covering a disaggregation sidecar TLS flag, quote escaping in generated kv-transfer config, and skipping v1alpha2 InfPool reconciliation when the CRD is absent. The small delta suggests 0.20 is stabilising.
View source ↗ - 23d ago
Model-based routing gates and cached inference config
The substantive 0.20 candidate. Model-based routing gates with models reported in status move llmisvc toward routing decisions made on model identity, and caching the inference service config with change watching cuts a per-reconcile cost that shows at scale.
View source ↗ - 2mo ago
Heterogeneous GPU load balancing and label propagation
Heterogeneous GPU load balancing is the notable addition — it acknowledges that inference clusters are assembled from mixed hardware rather than uniform pools. Label and annotation propagation to the service is small but removes a common workaround.
View source ↗ - 3mo ago
Second 0.18 candidate, restating rc0's change list
Published two days after rc0 with an identical visible change list; the fetched body is truncated at the same point, so any delta is not observable from this entry. Treat it as a retag of the 0.18 candidate rather than new work.
View source ↗ - 3mo ago
Inference Extension CRDs bundled; CSV and Parquet marshallers
Bundling the Gateway API Inference Extension CRDs into the build is the structural change — it makes the inference gateway stack part of KServe's own surface. CSV and Parquet marshallers plus LeaderWorkerSet address resolution round out a release aimed at real deployment shapes.
View source ↗