Blog

Multi-Tenancy Patterns and Which One Is Correct for You

One core topic in Platform Engineering is multi tenancy. Natively Kubernetes supports this either by dedicated namespaces or dedicated clusters per tenant. Both come with advantages and disadvantages and need to be selected based on the use-case at hand. However they sit at two ends of tenant isolation. With this article we are trying to shed some light on mechanisms for tenant isolation, that sit between those opposites. All of these models is really a story about which layer of the stack people have chosen to bolt tenancy onto, and what they gave up to do it, as Kubernetes has no built in concepts of "tenancy". Therefore, the following 5 patterns will be discussed: Namespaces, separate clusters, vCluster, Capsule and KCP. 

Zum Beitrag

Gemini Generated Image 152pr0152pr0152p

Meine eigene KI: Ein lokaler Chatbot als Praktikumsprojekt

Künstliche Intelligenz ist inzwischen Teil unseres Alltags. Viele Menschen verwenden Programme wie ChatGPT, ohne genau zu wissen, was im Hintergrund passiert oder wohin ihre eingegebenen Daten übertragen werden. In meinem Praktikumsprojekt wollte ich deshalb herausfinden, wie ein KI-Chatbot funktioniert – und einen eigenen Chatbot entwickeln, der direkt auf meinem Computer läuft.

Zum Beitrag

Bildschirmfoto 2026 07 29 um 14 26 02
Kubernetes, Platform Engineering

Serving LLMs in Production: vLLM, KServe, and the Deployment Decisions That Matter

GPU memory pressure, batching inefficiencies, and autoscaling complexity make LLM serving fundamentally different from traditional ML. We compare three production deployment strategies for vLLM — standalone, KServe, and BentoML — then go deep on KServe with deployment patterns, canary rollouts, and its role in a broader LLMOps platform.

Zum Beitrag

Thumbnail streaming tokens in bottleneck

The AI Gateway Landscape: agentgateway, LiteLLM, Kong and Envoy AI Gateway

Throughout out recent events we have seen that AI Gateways have become the single most important entry point for companies. 

Zum Beitrag

FLUX 2026 07 20 16 26 54

Kubernetes GPU Entitlements with DRA and vCluster

Sharing GPUs between tenants can be challenging when different teams have different entitlements. This guide demonstrates how to use a combination of Kubernetes DRA and vCluster to provide one tenant with access to dedicated A100 capacity and another with access to a MIG slice, while ensuring that each tenant can only see the GPU classes they are permitted to use.

Zum Beitrag

Chat GPT Image 30 Juni 2026 19 09 42

Multi-Tenant Observability with vCluster: Centralized Metrics and Logs Using Prometheus, Loki, and Grafana

Discover how platform teams can implement centralized metrics and logging for multi-tenant Kubernetes using vCluster. This article walks through such an architecture for private-node vClusters, showing how a centralized observability stack can serve many isolated tenant clusters, laying the foundation for scalable, production-ready multi-tenant observability.

 

Zum Beitrag