Blog

Tackle MCP-Servers on Kubernetes with kmcp and AgentGateway

Understanding the model context protocol, its usage, functionality, how to secure it, and why it is about to become one of the fundamental building blocks in an AI-Agent architecture. Explore different ways and examples of how to set up MCP-Servers in Kubernetes with AgentGateway, kgateway and kmcp. Learn how to make different MCP-Servers enterprise-ready by making them provide enterprise features such as authentication, authorization, and scalability.

Read Article

Model Context Protocol logo

Unlocking Secure Cloud Workloads with STACKIT Confidential Kubernetes and Terraform

Read Article

Title image confidential kubernetes
Tools, Platform Engineering

Manage a unified LLM API Platform with LiteLLM

Identify the advantages and challenges of a multi-model provider architecture and how these challenges can be solved with an open-source software called LiteLLM. Explore the different possibilities and features of LiteLLM and how centralizing your model providers helps you to manage users, permissions, and costs. Learn how you can shorten the development time of your agentic workflows and applications while increasing their flexibility. 

Read Article

Litellm thumbnail
Tools, Kubernetes, Platform Engineering

Solving Kubernetes Multi-tenancy Challenges with vCluster

Discover how vCluster resolves Kubernetes multi-tenancy limitations for Internal Developer Platforms by creating isolated virtual clusters within host environments. This technical deep dive explores how platform teams can empower users with full administrative control over their environments while maintaining proper isolation—solving the namespace-level resource limitations that typically challenge multi-tenant architectures. Learn how vCluster enables teams to deploy cluster-scoped resources like CRDs while preserving security and governance through seamless integration with host-level security tools.

Read Article

K8s multi tenancy genai

Comprehensive Guide to Trivy and Trivy-Operator: From Scanning to Monitoring with Prometheus and Grafana

Securing Kubernetes environments goes beyond scanning container images. It involves visibility, automation, and continuous monitoring. Trivy and Trivy-Operator streamline vulnerability management by integrating scanning directly into your cluster operations. In this guide, we'll walk through how to use Trivy for image and configuration scanning, deploy Trivy-Operator for Kubernetes-native insights, and connect everything to Prometheus and Grafana for real-time visibility.

Read Article

Trivy Operator Cover Image
Kubernetes, Platform Engineering

Building an eBPF based Open-Source observability platform

Introduction

In today's world maintaining Observability and understanding what is happening inside your system in near real-time is a challenging task. The complexity arises due to the distributed nature of Cloud Infrastructure and especially Microservice based Software that has multiple components that need to communicate between each other. Keeping track of this communication and the processes involved is time consuming to track on its own.
Using the extended Berkeley Packet Filter (eBPF) technology helps transform Observability itself by allowing deep, safe, and efficient instrumentation of running systems.

Read Article

E BPF Observability Cover Image