dynamo-router-starter

Configure and verify Dynamo frontend router modes across local and Kubernetes deployments.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill dynamo-router-starter
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dynamo-router-starter
Source: https://github.com/sayalinvidia/sayali-skills-test/tree/main/plugins/nvidia-skills/skills/dynamo-router-starter
Command: npx skills add https://github.com/sayalinvidia/sayali-skills-test --skill dynamo-router-starter

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Dynamo router mode configuration and health validation for Dynamo frontend across local and Kubernetes deployments.

Core Features & Use Cases

  • Configure multiple routing modes (round-robin, kv, least-loaded, device-aware-weighted, direct) and verify health signals.
  • Run smoke tests against frontend endpoints such as /v1/models and /v1/chat/completions to ensure availability.
  • Provide guidance for baseline comparisons and troubleshooting.

Quick Start

Start a Dynamo frontend in a chosen router mode, then run a smoke test to verify models and chat completion.

Frequently Asked Questions about dynamo-router-starter

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure Dynamo router modes for a frontend deployment?

To configure Dynamo router modes, start a frontend in a chosen mode like round-robin, kv, least-loaded, device-aware-weighted, or direct, then verify the configuration with a baseline setup and smoke test.

What routing modes are available for Dynamo frontend traffic distribution?

Available Dynamo routing modes include round-robin, kv, least-loaded, device-aware-weighted, and direct, each distributing traffic differently across frontend endpoints based on specific workload requirements.

Can I run Dynamo router mode setup in both local and Kubernetes environments?

Yes, Dynamo router mode setup supports both local and Kubernetes deployments, allowing you to configure routing modes and verify frontend health across different infrastructure environments.

How do I verify Dynamo frontend health after changing router modes?

Verify Dynamo frontend health by running smoke tests against endpoints such as /v1/models and /v1/chat/completions, ensuring model availability and chat completion functionality after applying a new router mode.

What is the best way to compare Dynamo routing modes for my workload?

Compare Dynamo routing modes by enforcing prerequisites, running a baseline setup, applying modes like least-loaded or device-aware-weighted, and reporting the chosen mode alongside smoke-test results for evaluation.