Commit e69ea81
committed
docs: Add metadata architecture design for Redis and CRD backends
Document the current Redis-based metadata storage and propose
Kubernetes CRD alternative:
- Current Redis keys: mx:model:{name}, mx:models, mx:nixl_ready:*
- Data schemas for ModelMetadataRecord, WorkerMetadata, TensorDescriptor
- Workflow diagrams for source/target coordination
- Proposed ModelMetadata CRD with status subresource
- TensorDescriptors ConfigMap for large data (etcd limits)
- Implementation components: CRD definition, server changes, client changes
- Comparison table: Redis vs CRD tradeoffs
- Migration path for gradual adoption1 parent 4bf04b7 commit e69ea81
1 file changed
+431
-0
lines changed
0 commit comments