<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Performance on Cloud Native MCP Server</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/tags/performance/</link><description>Recent content in Performance on Cloud Native MCP Server</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 02 Mar 2026 08:56:44 +0000</lastBuildDate><atom:link href="https://mahmut-abi.github.io/cloud-native-mcp-server/tags/performance/index.xml" rel="self" type="application/rss+xml"/><item><title>Performance Optimization Tips for Cloud Native MCP Server</title><link>https://mahmut-abi.github.io/cloud-native-mcp-server/posts/2025-01-15-performance-optimization-tips/</link><pubDate>Wed, 15 Jan 2025 10:00:00 +0000</pubDate><guid>https://mahmut-abi.github.io/cloud-native-mcp-server/posts/2025-01-15-performance-optimization-tips/</guid><description>&lt;p&gt;Learn how to optimize Cloud Native MCP Server for predictable latency and higher throughput in real production workloads.&lt;/p&gt;
&lt;h2 id="cache-and-response-strategy"&gt;Cache and Response Strategy&lt;a class="anchor" href="#cache-and-response-strategy"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The server already includes internal cache and response shaping mechanisms. You can improve performance further by reducing response scope per call:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Prefer namespace-scoped queries over cluster-wide queries.&lt;/li&gt;
&lt;li&gt;Use pagination parameters (for tools that support them) on large datasets.&lt;/li&gt;
&lt;li&gt;Query only the fields you actually need for the current decision.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="example-limit-payload-size"&gt;Example: Limit payload size&lt;a class="anchor" href="#example-limit-payload-size"&gt;#&lt;/a&gt;&lt;/h3&gt;
&lt;div class="highlight"&gt;&lt;div style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;
&lt;table style="border-spacing:0;padding:0;margin:0;border:0;"&gt;&lt;tr&gt;&lt;td style="vertical-align:top;padding:0;margin:0;border:0;"&gt;
&lt;pre tabindex="0" style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;1
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;2
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;3
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;4
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;5
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;6
&lt;/span&gt;&lt;span style="white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f"&gt;7
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td style="vertical-align:top;padding:0;margin:0;border:0;;width:100%"&gt;
&lt;pre tabindex="0" style="background-color:#f7f7f7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-json" data-lang="json"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#1f2328"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;method&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0a3069"&gt;&amp;#34;kubernetes-get-pods&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;params&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#1f2328"&gt;{&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;namespace&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0a3069"&gt;&amp;#34;default&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;,&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#0550ae"&gt;&amp;#34;limit&amp;#34;&lt;/span&gt;&lt;span style="color:#1f2328"&gt;:&lt;/span&gt; &lt;span style="color:#0550ae"&gt;50&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt; &lt;span style="color:#1f2328"&gt;}&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;&lt;span style="color:#1f2328"&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;h2 id="tune-kubernetes-and-service-timeouts"&gt;Tune Kubernetes and Service Timeouts&lt;a class="anchor" href="#tune-kubernetes-and-service-timeouts"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Use runtime variables that are supported by the current server:&lt;/p&gt;</description></item></channel></rss>