> ## Documentation Index
> Fetch the complete documentation index at: https://wb-21fd5541-sdk-testing-latest.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> 클라우드 또는 온프레미스 인프라에 W&B Self-Managed 배포

# W&B Self-Managed 배포 Overview

<Tip>
  W\&B는 [W\&B Multi-tenant Cloud](/ko/platform/hosting/hosting-options/multi_tenant_cloud) 또는 [W\&B Dedicated Cloud](/ko/platform/hosting/hosting-options/dedicated-cloud)와 같은 완전관리형 배포 옵션을 권장합니다. W\&B 완전관리형 서비스는 최소한의 설정만으로도 안전하게 사용할 수 있습니다.
</Tip>

W\&B Self-Managed를 사용하면 사용자가 제어하는 인프라에서 W\&B Server를 run할 수 있으므로 데이터 상주, 네트워크 격리, 규정 준수에 대한 내부 정책을 충족할 수 있습니다. 이 Overview는 자체 클라우드 계정 또는 온프레미스 인프라에서 W\&B Server를 계획, 배포, 운영하는 IT, DevOps, MLOps 팀을 위한 것입니다.

[AWS, Google Cloud 또는 Azure 클라우드 계정](#deploy-wb-server-within-Self-Managed-cloud-accounts) 또는 [온프레미스 인프라](#deploy-wb-server-in-on-prem-infrastructure)에 W\&B Server를 배포하세요.

귀사의 IT, DevOps 또는 MLOps 팀은 다음과 같은 책임이 있습니다:

* 배포 프로비저닝
* 해당하는 경우, [Security Technical Implementation Guidelines (STIG)](https://en.wikipedia.org/wiki/Security_Technical_Implementation_Guide)를 포함하여 조직의 정책에 따라 인프라를 보호
* [Service and Organization Controls (SOC) 2 Type 2](https://www.aicpa-cima.com/topic/audit-assurance/audit-and-assurance-greater-than-soc-2) 및 [Health Insurance Portability and Accountability Act of 1996 (HIPAA)](https://www.hhs.gov/hipaa/for-professionals/index.html)와 같은 조직의 규제 요구 사항 준수 유지
* 업그레이드 관리 및 패치 적용
* W\&B Self-Managed 배포의 지속적인 유지 관리

<Info>
  조직이 규제 요구 사항의 적용을 받는 경우, W\&B가 유지 관리하는 [W\&B Dedicated Cloud](/ko/platform/hosting/hosting-options/dedicated-cloud)에 배포하는 것을 고려하세요.

  * W\&B Dedicated Cloud의 호스팅 플랫폼은 SOC 2 Type 2 요구 사항을 충족합니다.
  * 적절히 설정된 경우 W\&B Dedicated Cloud 배포는 HIPAA를 준수합니다.

  추가 정보가 필요하면 [W\&B Security Portal](https://security.wandb.ai/)을 참고하세요.
</Info>

<div id="about-the-wb-kubernetes-operator">
  ## W\&B Kubernetes Operator 소개
</div>

W\&B Self-Managed 설치는 Kubernetes operator를 통해 제공 및 관리되며, 이 operator는 W\&B Server를 운영할 때 수반되는 일상적인 복잡성을 처리합니다.

W\&B Self-Managed를 배포하려면 W\&B Kubernetes Operator를 사용하세요. 이 operator를 사용하면 W\&B의 배포, 관리, 문제 해결, 확장을 간소화할 수 있습니다.

이 operator는 중앙 [deploy.wandb.ai](https://deploy.wandb.ai) 서버에 연결해 지정된 릴리스 채널의 최신 사양 변경 사항을 요청하고 적용합니다. 라이선스가 유효한 동안에는 operator가 계속 업데이트를 받습니다. 또한 이 operator는 자체 설치와 W\&B Kubernetes 스택 관리에 모두 [Helm](https://helm.sh/)을 사용합니다. 배포는 서비스별로 하나씩 여러 파드로 구성되며, 각 파드 이름에는 `wandb-` 접두사가 붙습니다.

설정은 계층 구조를 따릅니다. **Release Channel Values**(W\&B의 기본값), **User Input Values**(System Console을 통한 재정의), **Custom Resource Values**(사용자 사양이 앞의 두 값을 모두 재정의) 순입니다.

배포 대상에 따라 다음 리소스를 사용하세요.

* 퍼블릭 클라우드 또는 온프레미스 인프라에 W\&B Self-Managed를 배포하려면 [Deploy W\&B with Kubernetes Operator](/ko/platform/hosting/self-managed/operator)를 참조하세요.
* AWS가 아닌 맞춤형 클라우드 플랫폼에 W\&B Self-Managed를 배포하려는 경우, 요구 사항은 [온프레미스 인프라](#deploy-wb-server-in-on-prem-infrastructure)에 배포할 때와 유사합니다.
* 에어갭 환경에 W\&B Self-Managed를 배포하려면 [Deploy on Air-Gapped Kubernetes](/ko/platform/hosting/self-managed/on-premises-deployments/kubernetes-airgapped)를 참조하세요.

안정성을 유지하기 위해 인스턴스에 요청 속도 제한을 선택적으로 설정할 수 있습니다. 자세한 내용은 [Rate limits](/ko/platform/hosting/self-managed/rate-limits)를 참조하세요.

<div id="required-infrastructure">
  ## 필수 인프라
</div>

배포하기 전에 다음 인프라를 사용할 수 있는지 확인하세요. 모든 W\&B Self-Managed 배포 옵션은 이러한 컴포넌트에 따라 달라집니다:

* Kubernetes
* MySQL 8.4.x 데이터베이스
* Amazon S3 호환 객체 저장소
* Redis 캐시

W\&B는 각 컴포넌트에 대한 권장 사항을 제공하고 설치 과정 전반에 걸쳐 안내를 제공할 수 있습니다. 자세한 내용은 [Requirements](/ko/platform/hosting/self-managed/requirements)를 참조하세요.

<div id="obtain-your-wb-server-license">
  ## W\&B Server 라이선스 획득하기
</div>

W\&B Server 라이선스는 배포를 허가합니다. 설치 전에 라이선스를 획득해야 합니다. 단계별 지침은 Requirements 페이지의 [License](/ko/platform/hosting/self-managed/requirements#license)를 참조하세요.
