Skip to content

Commit 72dc308

Browse files
committed
improve docs
1 parent 5958c4e commit 72dc308

File tree

2 files changed

+654
-34
lines changed

2 files changed

+654
-34
lines changed

applications/mlflow/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,29 @@ The solution architecture consists of:
9090

9191
- **MLflow Server**: Core MLflow tracking and registry services
9292
- **PostgreSQL**: Metadata storage for experiments, runs, and models
93+
- Embedded PostgreSQL (default): Automatically deployed with the chart
94+
- External PostgreSQL (optional): Connect to your existing database
9395
- **MinIO**: S3-compatible storage for artifacts and model files
96+
- Embedded MinIO (default): Automatically deployed with the chart
97+
- External S3-compatible storage (optional): Connect to your existing object storage
9498
- **Replicated Integration**: Management layer for installation and updates
9599

100+
### Storage Options
101+
102+
This solution offers flexibility in how you store MLflow data:
103+
104+
#### Metadata Storage
105+
106+
- **Embedded PostgreSQL** (Default): Simplifies deployment with an automatically managed database
107+
- **External PostgreSQL**: Connect to your existing PostgreSQL instance for better control, scaling, and integration with your infrastructure
108+
109+
#### Artifact Storage
110+
111+
- **Embedded MinIO** (Default): Provides S3-compatible storage within the deployment
112+
- **External S3-compatible Storage**: Store artifacts in your own S3, GCS, or other S3-compatible storage service
113+
114+
See the [Configuration Reference](./charts/mlflow/README_CONFIG.md) for detailed setup instructions.
115+
96116
## Getting Started
97117

98118
### Prerequisites

0 commit comments

Comments
 (0)