Skip to content

Commit

Permalink
Update unique name translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ysyukr authored Nov 21, 2019
1 parent ed41a9e commit 9147006
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ _엔드포인트 슬라이스_ 는 쿠버네티스 클러스터 내의 네트워
## 엔드포인트 슬라이스 리소스 {#endpointslice-resource}

쿠버네티스에서 엔드포인트 슬라이스는 일련의 네트워크 엔드 포인트에 대한
참조를 포함한다. 쿠버네티스 서비스에 셀렉터가 지정되면 엔드포인트슬라이스
(EndpointSlice) 컨트롤러는 자동으로 엔드포인트 슬라이스를 생성한다. 이 엔드포인트 슬라이스는
참조를 포함한다. 쿠버네티스 서비스에 셀렉터가 지정되면 EndpointSlice
컨트롤러는 자동으로 엔드포인트 슬라이스를 생성한다. 이 엔드포인트 슬라이스는
서비스 셀렉터와 매치되는 모든 파드들을 포함하고 참조한다. 엔드포인트
슬라이스는 고유한 서비스와 포트 조합을 통해 네트워크 엔드포인트를 그룹화 한다.

예를 들어, 여기에 `example` 쿠버네티스 서비스를 위한 엔드포인트슬라이스
예를 들어, 여기에 `example` 쿠버네티스 서비스를 위한 EndpointSlice
리소스 샘플이 있다.

```yaml
Expand All @@ -57,7 +57,7 @@ endpoints:
topology.kubernetes.io/zone: us-west2-a
```
기본적으로, 엔드포인트슬라이스 컨트롤러가 관리하는 엔드포인트 슬라이스에는
기본적으로, EndpointSlice 컨트롤러가 관리하는 엔드포인트 슬라이스에는
각각 100개 이하의 엔드포인트가 가지고 있다. 이 스케일 아래에서 엔드포인트 슬라이스는
엔드포인트 및 서비스와 1:1 매핑해야하며, 유사한 성능을 가져야 한다.
Expand Down

0 comments on commit 9147006

Please sign in to comment.