MLOps 수명주기 다이어그램 보기
```mermaid
graph TD
subgraph "Development & Training"
A["1. Data Collection & Versioning
(DVC, Git-LFS)"] --> B["2. Experiment Tracking
(MLflow, WandB)"]
B --> C["3. Model Training &
CI Pipeline (GitHub Actions)"]
end
subgraph "Deployment & Operations"
D["4. Model Registry
(MLflow, Docker Hub)"] --> E["5. CD Pipeline & Serving
(ArgoCD, KServe)"]
E --> F["6. Monitoring
(Prometheus, Grafana)"]
end
C --> D
F -- "Retraining Trigger" --> A
```
MLOps 수명주기: 데이터 수집부터 재학습까지의 자동화된 파이프라인