Skip to content

Commit

Permalink
Update proxies.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonian authored Aug 24, 2019
1 parent 0ec63e2 commit b7dc1d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/ko/docs/concepts/cluster-administration/proxies.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 90

## 프락시

쿠버네티스를 이용할 때에 발생할 수 있는 여러 가지 프락시가 있다.
쿠버네티스를 이용할 때에 사용할 수 있는 여러 프락시가 있다.

1. [kubectl proxy](/docs/tasks/access-application-cluster/access-cluster/#directly-accessing-the-rest-api):

Expand All @@ -29,7 +29,7 @@ weight: 90
- 클러스터 외부의 사용자가 도달할 수 없는 클러스터 IP 주소로 연결한다.
- API 서버 프로세스에서 실행한다.
- 클라이언트로 프락시는 HTTPS(또는 API서버에서 HTTP로 구성된 경우는 HTTP)를 사용한다.
- 대상으로 프락시는 사용 가능한 정보를 사용하여 프락시에서 선택한대로 HTTP나 HTTPS를 사용할 수 있다.
- 대상으로 프락시는 사용 가능한 정보를 이용하여 프락시에서 선택한대로 HTTP나 HTTPS를 사용할 수 있다.
- 노드, 파드, 서비스에 도달하는데 사용할 수 있다.
- 서비스에 도달할 때에는 로드 밸런싱을 수행한다.

Expand Down Expand Up @@ -58,7 +58,7 @@ weight: 90
쿠버네티스 사용자는 보통 처음 두 가지 유형 외의 것은 걱정할 필요없다.
클러스터 관리자는 일반적으로 후자의 유형이 올바르게 구성되었는지 확인한다.

## 요청 방향 변경(redirection)
## 요청을 방향 변경(redirect)하기

프락시는 방향 변경 기능을 대체했다. 방향 변경 기능은 더이상 사용하지 않습니다.

Expand Down

0 comments on commit b7dc1d8

Please sign in to comment.