From b4950002303985d12e81b9744ed78e116a33fe59 Mon Sep 17 00:00:00 2001 From: Shubham Katara Date: Mon, 6 Jul 2026 16:22:36 +0200 Subject: [PATCH] remove draft: true --- .../controlling-mcp-tools-with-agentgateway-on-kubernetes.md | 1 - ...lm-costs-and-observability-with-agentgateway-on-kubernetes.md | 1 - 2 files changed, 2 deletions(-) diff --git a/content/blog/controlling-mcp-tools-with-agentgateway-on-kubernetes.md b/content/blog/controlling-mcp-tools-with-agentgateway-on-kubernetes.md index 51fd3727..53b9791f 100644 --- a/content/blog/controlling-mcp-tools-with-agentgateway-on-kubernetes.md +++ b/content/blog/controlling-mcp-tools-with-agentgateway-on-kubernetes.md @@ -7,7 +7,6 @@ slug: controlling-mcp-tools-with-agentgateway-on-kubernetes author: shubham-katara cover: /img/blog/controlling-mcp-tools-with-agentgateway-on-kubernetes/cover.png tags: ["kubernetes", "ai-agents", "mcp", "platform-engineering"] -draft: true --- This is Part 1 of a two-part series. In this part you stand up **agentgateway** on Kubernetes, put a Google ADK agent behind it so the agent holds zero secrets, and enforce tool-level access control that you can watch block a tool in real time. Part 2 adds cost and observability: Prometheus, Grafana, and a live token-spend dashboard. diff --git a/content/blog/llm-costs-and-observability-with-agentgateway-on-kubernetes.md b/content/blog/llm-costs-and-observability-with-agentgateway-on-kubernetes.md index 5ae9bbe3..43a79c9a 100644 --- a/content/blog/llm-costs-and-observability-with-agentgateway-on-kubernetes.md +++ b/content/blog/llm-costs-and-observability-with-agentgateway-on-kubernetes.md @@ -7,7 +7,6 @@ slug: llm-costs-and-observability-with-agentgateway-on-kubernetes author: shubham-katara cover: /img/blog/llm-costs-and-observability-with-agentgateway-on-kubernetes/cover.png tags: ["kubernetes", "ai-agents", "observability", "prometheus", "grafana"] -draft: true --- This is Part 2 of a two-part series. In [Part 1](https://blog.kubesimplify.com/controlling-mcp-tools-with-agentgateway-on-kubernetes) you put a Google ADK agent behind **agentgateway** on Kubernetes: the agent holds zero secrets, its model and tool calls flow through one proxy, and a policy blocks any tool you have not allowed. That is the governance half. This part is the question governance cannot answer on its own: what is all of this actually costing you, and can you see when an agent misbehaves?