We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4328065 commit 0b03474Copy full SHA for 0b03474
1 file changed
docs/content/developer/infra/service-architecture/_index.md
@@ -1,16 +1,14 @@
1
---
2
-title: "서비스 아키텍쳐"
3
date: 2026-02-05T18:55:49+09:00
4
draft: false
+title: "Service Architecture"
5
weight: 1
6
7
8
{{< callout >}}
9
-이 문서에서는 CodePlace의 전체적인 서비스 아키텍쳐와 트래픽 처리 흐름에 대해 설명합니다.
+이 문서에서는 CodePlace의 전체적인 Service Architecture와 트래픽 처리 흐름에 대해 설명합니다.
10
{{< /callout >}}
11
12
-## 서비스 아키텍쳐
13
-
14
### 1. Entry Point
15
16
서비스의 모든 요청 트래픽은 가장 먼저 `Traefik`을 거치게 됩니다. CodePlace에서 `Traefik`은 크게 두 가지 핵심적인 네트워크 처리를 담당합니다.
0 commit comments