Kubermatic Learn
Practical, hands-on tutorials for Platform Engineers and SREs
Installing OpenBao on Kubernetes
Install OpenBao on a Kubernetes cluster with Helm in dev mode, verify it is running, and meet the bao CLI — a hands-on, open-source walkthrough.
Storing and Reading Secrets with OpenBao
Use OpenBao's key/value engine to store and read secrets with the bao CLI, and see how versioning keeps a history of every change.
Syncing Secrets into Kubernetes with the External Secrets Operator
Install the External Secrets Operator and sync a secret from OpenBao into a native Kubernetes Secret your workloads can consume — without putting the value in a manifest.
What Is Secrets Management on Kubernetes?
Why Kubernetes Secrets alone aren't enough, and how a secrets manager like OpenBao plus the External Secrets Operator keep credentials out of your manifests.
Agent-to-Agent Communication
Route Agent-to-Agent (A2A) traffic through an agent gateway on Kubernetes, so agents discover and call each other through one governed endpoint.
Installing an Agent Gateway on Kubernetes
Install agentgateway on a Kubernetes cluster with Helm and the Gateway API, then route your first request through it. A hands-on, open-source-only walkthrough.
Routing LLM Traffic Across Providers
Route LLM chat completions through an agent gateway: send traffic to a model you run yourself, then load-balance across multiple providers — all without changing your application.
Securing Agent Traffic with Policy and Observability
Put a security policy in front of agent traffic with agentgateway: enforce API-key authentication on the gateway and read the access logs that record every request.
Your First MCP Gateway
Expose a Model Context Protocol (MCP) server through an agent gateway on Kubernetes, then discover and call its tools through a single governed endpoint.
What Is an Agent Gateway? The Data Plane for Agentic AI
Learn what an agent gateway is: a unified data plane for MCP, agent-to-agent, and LLM traffic, and why agentic systems on Kubernetes need one.
