# 编排

编排与 DevOps[^1] 是 Edgegap 平台的核心。在最佳实践周围建立健全的流程，对各类规模的团队高效利用新技术和服务至关重要。

以正确方式设置项目对长期成功至关重要：

1. **专注于你的核心业务** 而不是围绕它构建高度可重用的脚手架。
2. **将供应商锁定降到最低** 采用云原生方式和松耦合的服务。
3. **让你的开发体验更愉快** 并通过自动化更快地迭代。

{% hint style="success" %}
优化你的资源使用并 [利用分季度 vCPU 分配](/zh/learn/bian-pai/application-and-versions.md#resource-requirements) 以降低整体服务器成本。
{% endhint %}

**跳过痛苦的反复试验阶段，从坚实的基础开始：**

* 创建模板 [应用和版本](/zh/learn/bian-pai/application-and-versions.md) 以在几秒钟内启动新服务器 [部署](/zh/learn/bian-pai/deployments.md) 。
  * 通过快速扩展 [部署](/zh/learn/bian-pai/deployments.md#match-bound) 短期会话，
  * 或通过手动预扩展以应对 [部署](/zh/learn/bian-pai/deployments.md#regional-standby) 可预测的流量。
* 使用 [匹配](/zh/learn/pi-pei.md), [服务器浏览器](/zh/learn/fu-wu-qi-liu-lan-qi.md)建立用户会话，或使用自定义解决方案。
  * 使用 [Ping 信标](/zh/learn/bian-pai/ping-beacons.md) 为低延迟挑选队友、对手和服务器。
* 可靠地处理服务器状态 [持久化](/zh/learn/bian-pai/chi-jiu-hua.md) 以缓解故障和回滚。
  * 使用 [私有舰队](/zh/learn/bian-pai/si-you-jian-dui.md) 预留待命计算以支持持续的 24/7 服务器。
  * 配置并自定义 [托管集群](/zh/learn/advanced-features/managed-clusters.md) 以获得高可用的 Kubernetes 应用。
* 使用我们免费的工具上传新的服务器构建并轻松管理版本控制， [容器镜像仓库](/zh/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/zh/learn/bian-pai.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.
