@@ -14,30 +14,6 @@ This guide provides instructions for deploying the MaaS Platform infrastructure
1414- KServe components are expected to be provided by ODH/RHOAI, not installed separately
1515- For non-ODH/RHOAI deployments, KServe can be optionally installed from ` deployment/components/kserve `
1616
17- ## Deployment Structure
18-
19- ```
20- deployment/
21- ├── base/ # Core infrastructure components
22- │ ├── maas-api/ # MaaS API deployment
23- │ ├── networking/ # Gateway API and Kuadrant
24- │ ├── policies/ # Gateway-level authentication and rate limiting policies
25- │ └── token-rate-limiting/ # Token-based rate limiting configuration
26- ├── components/ # Optional components
27- │ ├── kserve/ # KServe config (only if not using ODH/RHOAI)
28- │ └── observability/ # Monitoring and observability
29- ├── overlays/ # Platform-specific configurations
30- │ ├── openshift/ # OpenShift deployment
31- │ └── kubernetes/ # Standard Kubernetes deployment (experimental)
32- ├── samples/ # Example model deployments
33- │ └── models/
34- │ ├── rbac/ # Shared RBAC for LLMInferenceService
35- │ ├── simulator/ # CPU-based test model (llm-d-inference-sim)
36- │ ├── facebook-opt-125m-cpu/ # CPU-based OPT-125M model
37- │ └── qwen3/ # GPU-based Qwen3 model
38- └── scripts/ # Installation utilities
39- ```
40-
4117## Quick Start
4218
4319### Automated OpenShift Deployment (Recommended)
@@ -442,4 +418,4 @@ After deploying the infrastructure:
442418
4434191. **Start the development environment**: See the main [README](../README.md) for frontend/backend setup
4444202. **Deploy additional models**: Check [samples/models](samples/models/) for more examples
445- 3. **Configure monitoring**: Enable observability components in overlays
421+ 3. **Configure monitoring**: Enable observability components in overlays
0 commit comments