#42 · Primary category: Inference & Local Deploy

kserve

artificial-intelligence cncf genai hacktoberfest istio k8s knative kserve kubeflow kubernetes llm-inference machine-learning mlops model-interpretability model-serving pytorch service-mesh tensorflow vllm xgboost

Standardized Distributed Generative and Predictive AI Inference Platform for Scalable, Multi-Framework Deployment on Kubernetes

Project last updated:08/29/26

GitHub Stars

5.8K

Forks

1.6K

Contributors

378

License

Apache-2.0

Why we included this project

Running models in production on Kubernetes usually means assembling your own serving layer. KServe handles that layer for you, with a single InferenceService abstraction that covers both generative LLMs and classic predictive models, so a vLLM-backed model and an XGBoost predictor share one control plane instead of separate stacks. Built on Kubernetes primitives and Knative, it brings request-based autoscaling, scale-to-zero, canary rollouts, and inference graph routing without extra machinery, and it adds model explainability and drift monitoring that bare model servers rarely provide. As a CNCF incubating project with an OpenAI-compatible protocol, it is a solid self-hosted default that does not tie you to one runtime.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category