docs: finalize P-Reinforce wikification and cross-post topics to domain categories

This commit is contained in:
Antigravity Agent
2026-05-01 19:24:16 +09:00
parent 834c3c6d3f
commit e56d8c7cf9
1657 changed files with 48005 additions and 858 deletions
@@ -1,8 +1,8 @@
---
id: MLOPS-DEPLOY-001
id: [[MLOps]]-DEPLOY-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [mlops, model-deployment, cicd, canary-deployment, blue-green, system-design]
tags: [mlops, model-deployment, cicd, canary-deployment, blue-green,[[ system]]-design]
last_reinforced: 2026-04-26
---
@@ -17,7 +17,7 @@ last_reinforced: 2026-04-26
- **Canary Deployment:** 소수의 사용자(예: 5%)에게 먼저 신규 모델을 노출하여 지표 확인 후 점진적 확대.
- **Blue-Green Deployment:** 구버전(Blue)과 신버전(Green) 환경을 동시에 띄워두고 로드 밸런서를 통해 한 번에 스위칭.
- **Shadow Deployment:** 신규 모델이 실제 트래픽을 받지만 응답은 반환하지 않고, 로그만 남겨 성능을 비교 검증.
- **A/B Testing:** 두 모델의 성능을 통계적으로 비교하여 비즈니스 지표에 더 유리한 모델 선택.
- **A/B [[Testing]]:** 두 모델의 성능을 통계적으로 비교하여 비즈니스 지표에 더 유리한 모델 선택.
- **의의:** 빈번한 모델 업데이트가 필요한 현대 AI 서비스에서 시스템 안정성을 해치지 않고 지속적인 개선(CI/CD)을 가능케 함.
## ⚠️ 모순 및 업데이트 (Contradictions & RL Update)