Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds Part 3 of the Dynamo on AKS blog series, focusing on NVIDIA Dynamo's KV Router and its benefits for multi-worker LLM inference. The post demonstrates how intelligent, cache-aware routing achieves significant performance improvements (up to 25% lower P99 latency and 18% faster P99 TTFT) on real-world workloads using H100 GPUs on AKS.
Changes:
- Adds new blog post explaining NVIDIA Dynamo's KV Router architecture and performance benchmarks on AKS
- Adds new author (Devi Vasudevan) to the blog authors registry
- Includes routing decision diagram image to illustrate KV-aware routing logic
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 8 comments.
| File | Description |
|---|---|
| website/blog/authors.yml | Adds new co-author Devi Vasudevan with LinkedIn and GitHub profile information |
| website/blog/2026-03-16-dynamo-on-aks-part-3/index.md | Main blog post covering KV Router architecture, benchmarks, and performance analysis |
| website/blog/2026-03-16-dynamo-on-aks-part-3/dynamo_kv_aware_router_diagram.png | Diagram showing routing decision logic across 3 workers (binary PNG image) |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
sanketbakshi1981
approved these changes
Feb 25, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.