--- # SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 --- This guide covers deployment, configuration, and integration for the ``. ## Deployment ### Single-Node Setup {/* Instructions for local/single-node deployment */} ### Multi-Node Setup {/* Instructions for distributed deployment */} ### Kubernetes Deployment ```yaml # Full DGDR example ``` ## Configuration ### CLI Arguments | Argument | Type | Default | Description | |----------|------|---------|-------------| | {/* arg */} | {/* type */} | {/* default */} | {/* description */} | ### Environment Variables | Variable | Default | Description | |----------|---------|-------------| | {/* var */} | {/* default */} | {/* description */} | ### Configuration File ```yaml # Add config file example if applicable ``` ## Integration ### With Router {/* How to integrate with Router */} ### With Planner {/* How to integrate with Planner */} ### With Observability {/* Metrics, logging, tracing integration */} ## Troubleshooting ### Common Issues | Issue | Cause | Solution | |-------|-------|----------| | Error message | Root cause | Fix | ### Debug Mode ```bash # Add debug command from existing docs ``` ## See Also | Document | Path | |----------|------| | ` Examples` | `_examples.md` | | ` Design` | `/docs/design_docs/`\`_design.md` | {/* Convert table rows to markdown links */}