~/ emre.cavunt_
Tag

#Architecture-Patterns

7 essays tagged #Architecture-Patterns. All tags

2026-06-29

AI Tool Gateways: Sandboxing Agent Access in Kubernetes

AI agents have unlimited ambition and undefined access boundaries. You have sandboxed everything else. Here is how to sandbox your agents too.

#Security#Software-Development#Kubernetes
9 min
2026-06-22

Observing LLM Inference: The Metrics That Actually Matter

TTFT is your SLO, not throughput. Here is what to measure for LLM inference, and what Google ADK, LangChain, and LangGraph give you out of the box.

#Observability#Software-Development#Platform-Engineering
8 min
2026-06-15

Network Control with Cilium and Kyverno: Policies That Actually Work

Network policies in most Kubernetes clusters are cargo cult. Teams write them, Kubernetes accepts them, and nothing changes. Cilium actually enforces them — and shows you the traffic.

#Kubernetes#Security#Platform-Engineering
8 min
2026-06-08

Multi-Tenant Observability: LGTM at Platform Scale

Your tenants want dashboards. Your security team wants isolation. Your SREs want a single pane of glass. Here is how to build all three with the LGTM stack.

#Kubernetes#Observability#Platform-Engineering
8 min
2026-06-01

Gateway API in Practice: From Ingress Migration to Envoy Debugging

The Kubernetes community deprecated Ingress in spirit years ago. Gateway API replaces it with a model that actually separates platform concerns from application concerns.

#Kubernetes#Platform-Engineering#Architecture-Patterns
7 min
2025-07-01

7 Books That Shaped How I Build Platforms Developers Actually Use

Seven books that shaped how I build platform products people trust, adopt quickly, and keep using.

#Books#Software-Development#Platform-Engineering
10 min
2021-11-10

Writing a Go Client Library Worth Using

Most Go client libraries are a pain to use, test, or extend. Here's how to write one that isn't, covering functional options, context propagation, rich errors, retries, and testability.

#Golang#Software-Development#Developer-Experience
9 min