File tree Expand file tree Collapse file tree 3 files changed +14
-12
lines changed
content/ko/docs/concepts/services-networking Expand file tree Collapse file tree 3 files changed +14
-12
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : IPv4/IPv6 이중 스택
3
+ description : >-
4
+ 쿠버네티스는 단일 스택 IPv4 네트워킹,
5
+ 단일 스택 IPv6 네트워킹 혹은 두 네트워크 패밀리를 활성화한
6
+ 이중 스택 네트워킹 설정할 수 있도록 해준다. 이 페이지는 이 방법을 설명한다.
3
7
feature :
4
8
title : IPv4/IPv6 이중 스택
5
9
description : >
@@ -10,7 +14,7 @@ content_type: concept
10
14
# - khenidak
11
15
# - aramase
12
16
# - bridgetkromhout
13
- weight : 70
17
+ weight : 90
14
18
---
15
19
16
20
<!-- overview -->
Original file line number Diff line number Diff line change 3
3
# - robscott
4
4
title : 토폴로지 인지 힌트
5
5
content_type : concept
6
- weight : 45
6
+ weight : 100
7
+ description : >-
8
+ _토폴로지 인지 힌트_ 는 트래픽이 발생한 존 내에서 네트워크 트래픽을 유지하도록 처리하는
9
+ 메커니즘을 제공한다. 클러스터의 파드간 동일한 존의 트래픽을 선호하는 것은
10
+ 안전성, 성능(네트워크 지연 및 처리량) 혹은 비용 측면에 도움이 될 수 있다.
7
11
---
8
12
9
13
10
14
<!-- overview -->
11
15
12
16
{{< feature-state for_k8s_version="v1.23" state="beta" >}}
13
17
14
- _ 토폴로지 인지 힌트(Topology Aware Hints)_ 는 클라이언트가 엔드포인트를 어떻게 사용해야 하는지에 대한 제안을 포함시킴으로써
18
+ _ 토폴로지 인지 힌트(Topology Aware Hints)_ 는 클라이언트가 엔드포인트(endpoint)를 어떻게 사용해야 하는지에 대한 제안을 포함시킴으로써
15
19
토폴로지 인지 라우팅을 가능하게 한다.
16
- 이러한 접근은 엔드포인트슬라이스(EndpointSlice) 및 엔드포인트(Endpoint ) 오브젝트의 소비자(consumer)가 이용할 수 있는 메타데이터를 추가하며,
20
+ 이러한 접근은 엔드포인트슬라이스(EndpointSlice) 또는 엔드포인트(Endpoints ) 오브젝트의 소비자(consumer)가 이용할 수 있는 메타데이터를 추가하며,
17
21
이를 통해 해당 네트워크 엔드포인트로의 트래픽이 근원지에 더 가깝게 라우트될 수 있다.
18
22
19
23
예를 들어, 비용을 줄이거나 네트워크 성능을 높이기 위해,
20
24
인접성을 고려하여 트래픽을 라우트할 수 있다.
21
25
22
- {{< note >}}
23
- "토폴로지 인지 힌트" 기능은 베타 단계이며 기본적으로 활성화되어 있지 ** 않다** .
24
- 이 기능을 사용해 보려면,
25
- ` TopologyAwareHints ` [ 기능 게이트] ( /ko/docs/reference/command-line-tools-reference/feature-gates/ ) 를 활성화해야 한다.
26
- {{< /note >}}
27
-
28
26
<!-- body -->
29
27
30
28
## 동기(motivation)
@@ -161,4 +159,4 @@ kube-proxy 구성요소는 엔드포인트슬라이스 컨트롤러가 설정한
161
159
162
160
# # {{% heading "whatsnext" %}}
163
161
164
- * [서비스와 애플리케이션 연결하기](/ko/docs/concepts /services-networking /connect-applications-service/)를 읽어본다 .
162
+ * [서비스와 애플리케이션 연결하기](/ko/docs/tutorials /services/connect-applications-service/)를 따라하기 .
Original file line number Diff line number Diff line change 6
6
# - marosset
7
7
title : 윈도우에서의 네트워킹
8
8
content_type : concept
9
- weight : 75
9
+ weight : 110
10
10
---
11
11
12
12
<!-- overview -->
You can’t perform that action at this time.
0 commit comments