Roadmap

What’s planned next.

A forward-looking view of where Krypton is headed. Order within each bucket suggests rough priority; nothing is a commitment and dates aren’t promises.

Recently shipped

ItemNotes
Built-in model hosting (Model CRD)Host LLMs by Hugging Face name via llama.cpp, aggregated behind one OpenAI-compatible endpoint. See first LLM.

High priority

ItemNotes
GPU-aware schedulingspec.gpu on Model / Agent; multi-GPU and MIG slicing
More inference runtimesvLLM and TGI behind the same Model CRD
Model autoscalingConcurrency-aware scaling for Model pods (today they’re always-on)
Secure sandbox runtimeSandbox CRD with gVisor / Kata runtime classes
AI-native observabilityOTEL GenAI conventions; token-usage roll-ups
OpenTelemetry tracingOTLP exporter; traceparent propagation across hops

Medium priority

ItemNotes
Serverless mode (GA)Cold-start activator path, off by default today
Invocation history (Postgres)Queryable history, surfaced in UI
Schema-driven MCP tool formsAuto-generated inputs per tool from its JSON schema
MCP resources + promptsresources/* and prompts/* method support
Per-agent network policiesEgress / ingress rules generated from spec
TCP-dial readiness checkCloses the kube-proxy race on first cold-start

Exploring

ItemNotes
Multi-cluster federationFederated control plane; cross-cluster routing
Authentication & multi-tenancyOIDC-backed UI/API; per-tenant namespaces

Out of scope

Things people ask about that we deliberately won’t build:

ItemWhy not
A vector DBUse managed (Pinecone, pgvector, Weaviate, …)
Prompt managementBelongs in agent code
Cert-manager integrationLives at the ingress layer
Non-Kubernetes deploymentDesign hard-relies on the Kubernetes API

Have a feature in mind that’s not listed? Open an issue.

Last modified May 27, 2026: Refine docs structure and README (bbcd2cf)