# 오케스트레이션

오케스트레이션 및 DevOps[^1] 은 Edgegap 플랫폼의 핵심입니다. 모범 사례에 기반한 견고한 프로세스를 구축하는 것은 모든 규모의 팀이 새로운 기술과 서비스를 효율적으로 활용하는 데 중요합니다.

프로젝트를 올바르게 설정하는 것은 장기적인 성공을 위해 매우 중요합니다:

1. **핵심 비즈니스에 집중하세요** 그 주위에 과도하게 재사용 가능한 구조를 구축하는 대신.
2. **공급업체 종속성을 최소화하세요** 클라우드 네이티브 접근 방식과 느슨한 서비스 결합으로.
3. **개발 경험을 즐겁게 만드세요** 자동화를 통해 더 빠르게 반복하세요.

{% hint style="success" %}
리소스 사용을 최적화하고 [분수 vCPU 할당을 활용하여](/docs.edgegap.com-ko/learn/orchestration/application-and-versions.md#resource-requirements) 전체 서버 비용을 절감하세요.
{% endhint %}

**고통스러운 시행착오 단계를 건너뛰고 탄탄한 기반에서 시작하세요:**

* 템플릿 생성 [앱 및 버전](/docs.edgegap.com-ko/learn/orchestration/application-and-versions.md) 몇 초 내에 새 서버를 시작하려면 [배포](/docs.edgegap.com-ko/learn/orchestration/deployments.md) 몇 초 내에.
  * 짧은 수명의 세션으로 [배포](/docs.edgegap.com-ko/learn/orchestration/deployments.md#match-bound) 빠르게 확장하세요,
  * 예측 가능한 트래픽을 위해 수동으로 미리 확장하려면 [배포](/docs.edgegap.com-ko/learn/orchestration/deployments.md#regional-standby) 예측 가능한 트래픽을 위해.
* 다음으로 사용자 세션을 설정하세요 [매치메이킹](/docs.edgegap.com-ko/learn/matchmaking.md), [서버 브라우저](/docs.edgegap.com-ko/learn/server-browser.md)또는 커스텀 솔루션으로.
  * 지연 시간을 낮추기 위해 팀원, 상대, 서버를 선택하세요 [핑 비콘](/docs.edgegap.com-ko/learn/orchestration/ping-beacons.md) 저지연을 위해.
* 서버 상태를 관리하세요 [지속성](/docs.edgegap.com-ko/learn/orchestration/persistence.md) 신뢰할 수 있게 장애 및 롤백을 완화하기 위해.
  * 대기 컴퓨팅을 예약하세요 [프라이빗 플릿](/docs.edgegap.com-ko/learn/orchestration/private-fleets.md) 지속적인 24/7 서버를 위해.
  * 구성 및 사용자 지정하세요 [관리형 클러스터](/docs.edgegap.com-ko/learn/advanced-features/managed-clusters.md) 고가용성 쿠버네티스 앱을 위해.
* 새 서버 빌드를 업로드하고 무료로 버전 관리를 쉽게 하세요 [컨테이너 레지스트리](/docs.edgegap.com-ko/learn/advanced-features/edgegap-container-registry.md).

설정에 대한 모범 사례 및 권장 사항을 더 알아보려면 계속 읽어보세요.

[^1]: 개발자 운영


---

# 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.edgegap.com/docs.edgegap.com-ko/learn/orchestration.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.
