--- orphan: true --- # ## Feature Matrix | Feature | Status | |---------|--------| | Feature 1 | ✅ Supported | | Feature 2 | 🚧 Experimental | | Feature 3 | ❌ Not Supported | ## Quick Start ### Prerequisites - ### Usage ```bash # Add minimal usage example from existing docs # Example pattern (from Router): # python -m dynamo.frontend --router-mode kv --http-port 8000 ``` ### Kubernetes ```yaml # Add DGDR example - use apiVersion: nvidia.com/v1alpha1 # Example pattern (from Router): # apiVersion: nvidia.com/v1alpha1 # kind: DynamoGraphDeployment # metadata: # name: -deployment # spec: # services: # ... ``` ## Configuration | Parameter | Default | Description | |-----------|---------|-------------| | | | | ## Next Steps | Document | Path | Description | |----------|------|-------------| | ` Guide` | `_guide.md` | Deployment and configuration | | ` Examples` | `_examples.md` | Usage examples | | ` Design` | `/docs/design_docs/_design.md` | Architecture |