Skip to content

Commit 6a0a44c

Browse files
committed
[ko] Update outdated files in dev-1.26-ko.1 (M60, M68, M69)
1 parent c4b3d67 commit 6a0a44c

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed

content/ko/docs/concepts/services-networking/dual-stack.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
title: IPv4/IPv6 이중 스택
3+
description: >-
4+
쿠버네티스는 단일 스택 IPv4 네트워킹,
5+
단일 스택 IPv6 네트워킹 혹은 두 네트워크 패밀리를 활성화한
6+
이중 스택 네트워킹 설정할 수 있도록 해준다. 이 페이지는 이 방법을 설명한다.
37
feature:
48
title: IPv4/IPv6 이중 스택
59
description: >
@@ -10,7 +14,7 @@ content_type: concept
1014
# - khenidak
1115
# - aramase
1216
# - bridgetkromhout
13-
weight: 70
17+
weight: 90
1418
---
1519

1620
<!-- overview -->

content/ko/docs/concepts/services-networking/topology-aware-hints.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,26 @@
33
# - robscott
44
title: 토폴로지 인지 힌트
55
content_type: concept
6-
weight: 45
6+
weight: 100
7+
description: >-
8+
_토폴로지 인지 힌트_ 는 트래픽이 발생한 존 내에서 네트워크 트래픽을 유지하도록 처리하는
9+
메커니즘을 제공한다. 클러스터의 파드간 동일한 존의 트래픽을 선호하는 것은
10+
안전성, 성능(네트워크 지연 및 처리량) 혹은 비용 측면에 도움이 될 수 있다.
711
---
812

913

1014
<!-- overview -->
1115

1216
{{< feature-state for_k8s_version="v1.23" state="beta" >}}
1317

14-
_토폴로지 인지 힌트(Topology Aware Hints)_ 는 클라이언트가 엔드포인트를 어떻게 사용해야 하는지에 대한 제안을 포함시킴으로써
18+
_토폴로지 인지 힌트(Topology Aware Hints)_ 는 클라이언트가 엔드포인트(endpoint)를 어떻게 사용해야 하는지에 대한 제안을 포함시킴으로써
1519
토폴로지 인지 라우팅을 가능하게 한다.
16-
이러한 접근은 엔드포인트슬라이스(EndpointSlice) 엔드포인트(Endpoint) 오브젝트의 소비자(consumer)가 이용할 수 있는 메타데이터를 추가하며,
20+
이러한 접근은 엔드포인트슬라이스(EndpointSlice) 또는 엔드포인트(Endpoints) 오브젝트의 소비자(consumer)가 이용할 수 있는 메타데이터를 추가하며,
1721
이를 통해 해당 네트워크 엔드포인트로의 트래픽이 근원지에 더 가깝게 라우트될 수 있다.
1822

1923
예를 들어, 비용을 줄이거나 네트워크 성능을 높이기 위해,
2024
인접성을 고려하여 트래픽을 라우트할 수 있다.
2125

22-
{{< note >}}
23-
"토폴로지 인지 힌트" 기능은 베타 단계이며 기본적으로 활성화되어 있지 **않다**.
24-
이 기능을 사용해 보려면,
25-
`TopologyAwareHints` [기능 게이트](/ko/docs/reference/command-line-tools-reference/feature-gates/)를 활성화해야 한다.
26-
{{< /note >}}
27-
2826
<!-- body -->
2927

3028
## 동기(motivation)
@@ -161,4 +159,4 @@ kube-proxy 구성요소는 엔드포인트슬라이스 컨트롤러가 설정한
161159

162160
## {{% heading "whatsnext" %}}
163161

164-
* [서비스와 애플리케이션 연결하기](/ko/docs/concepts/services-networking/connect-applications-service/)를 읽어본다.
162+
* [서비스와 애플리케이션 연결하기](/ko/docs/tutorials/services/connect-applications-service/)를 따라하기.

content/ko/docs/concepts/services-networking/windows-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - marosset
77
title: 윈도우에서의 네트워킹
88
content_type: concept
9-
weight: 75
9+
weight: 110
1010
---
1111

1212
<!-- overview -->

0 commit comments

Comments
 (0)