# Deployment Manager

Roboflow Deployment Manager를 사용하면 엣지 디바이스에 컴퓨터 비전 모델을 손쉽게 설정, 배포, 관리할 수 있습니다. 모델을 학습하고 workflow를 만든 후에는 배포를 확장하기 위한 올인원 솔루션을 제공합니다.

Deployment Manager를 다음과 같이 사용할 수 있습니다:

1. 다음을 사용하여 새 디바이스를 설정합니다. [Roboflow Inference server](https://inference.roboflow.com/).
2. 배포에서 사용하도록 카메라 스트림을 구성합니다.
3. 배포 [Workflows](/roboflow/roboflow-ko/workflows/what-is-workflows.md) 엣지에서.
4. 배포된 엣지 디바이스의 로그, 스트림 상태, 텔레메트리를 모니터링합니다.

{% hint style="warning" %}
Deployment Manager는 Enterprise 고객에게만 제공됩니다. [Roboflow 영업팀에 문의하여](https://roboflow.com/sales) 이 기능과 이를 사용해 배포를 대규모로 관리하는 방법에 대해 자세히 알아보세요.
{% endhint %}

<figure><img src="/files/8a506e82dadffbf63c9d5e6de418e5ffe998ead1" alt=""><figcaption></figcaption></figure>

### 주요 요구 사항:

Deployment Manager는 Roboflow가 지원하는 하드웨어용으로 구축되었습니다:

* 지원됨: Roboflow를 통해 구매한 하드웨어
* 지원되지 않음(자기 책임 하에 사용): NVIDIA Jetson, NVIDIA GPU가 있는 Debian 기반 Linux를 실행하는 x86 머신
* 아직 지원되지 않음: Mac 또는 Windows 기반 시스템

디바이스는 설정 및 지속적인 운영을 위해 인터넷에 연결되어 있어야 하며, 원격 관리 및 모니터링을 위해 Roboflow에 지속적으로 액세스할 수 있어야 합니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/deploy/device-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
