#123 · Primary category: Inference & Local Deploy

kubeai

ai autoscaler faster-whisper inference-operator k8s kubernetes llm ollama ollama-operator openai-api vllm vllm-operator whisper

AI Inference Operator for Kubernetes. The easiest way to serve ML models in production. Supports VLMs, LLMs, embeddings, and speech-to-text.

Project last updated:08/24/26

GitHub Stars

1.3K

Forks

134

Contributors

35

License

Apache-2.0

Why we included this project

If your team runs Kubernetes, KubeAI is a way to serve models without hand-assembling a stack. It's a Kubernetes operator: you declare a model in a CRD and it handles downloading weights, mounting storage, and scaling replicas from zero as demand arrives. The proxy is the part that stands out. Instead of kube-proxy's random load balancing, it uses prefix-aware routing that keeps vLLM's KV cache warm, which helps throughput and time-to-first-token when you run multiple replicas. It ships with a catalog of pre-configured models for common GPU types, runs on CPU, GPU, or TPU, and doesn't need Istio, Knative, or a Prometheus adapter. Teams already on Kubernetes who want to serve LLMs, embeddings, reranking, or speech-to-text will find this covers the whole path from model artifact to a working OpenAI-compatible endpoint.

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