Skip to content

Translate tasks/access-application-cluster/configure-access-multiple-clusters in Korean#15121

Merged
k8s-ci-robot merged 2 commits intokubernetes:dev-1.15-ko.1from
lapee79:dev-1.15-ko.1
Jul 5, 2019
Merged

Translate tasks/access-application-cluster/configure-access-multiple-clusters in Korean#15121
k8s-ci-robot merged 2 commits intokubernetes:dev-1.15-ko.1from
lapee79:dev-1.15-ko.1

Conversation

@lapee79
Copy link
Copy Markdown
Contributor

@lapee79 lapee79 commented Jun 26, 2019

from #15120
/language ko

@k8s-ci-robot k8s-ci-robot added language/ko Issues or PRs related to Korean language cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. labels Jun 26, 2019
@netlify
Copy link
Copy Markdown

netlify bot commented Jun 26, 2019

Deploy preview for k8s-dev-ko ready!

Built with commit 54db145

https://deploy-preview-15121--k8s-dev-ko.netlify.com

@seokho-son
Copy link
Copy Markdown
Member

/assign @seokho-son

Copy link
Copy Markdown
Member

@seokho-son seokho-son left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lapee79 님. 컨트리뷰션 감사합니다 !!
리뷰 완료하였습니다. 가이드에 따라 번역을 깔끔하게 잘 해주셨네요 👍
코멘트 확인하시고, 반영 부탁드립니다 :)

@@ -0,0 +1,379 @@
---
title: 다중 클러스터 액세스 구성
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: 다중 클러스터 액세스 구성
title: 다중 클러스터에 접근 구성

쿠버네티스 한글화팀 용어집에 따르면, 아래와 같이 번역하고 있습니다. 문서 전체적으로 변경이 필요해 보입니다.

English 한글 리뷰
Access 접근 2018-08-28

다만, 기존 번역된 문서 중에서 Access를 액세스로 번역한 사례(태스크/클러스터 내 어플리케이션 액세스/클러스터 액세스)가 있네요. 해당 문서들도 향후 일관성 유지를 위한 변경이 필요해 보입니다. 참고하시기 바랍니다.

구성 파일은 클러스터들, 사용자들, 컨텍스트들을 기술한다. `config-demo` 파일은 두 클러스터들과
두 사용자들, 세 컨텍스트들을 기술하기 위한 프레임워크를 가진다.

`config-exercise` 디렉토리로 이동한다. 그리고 다음 명령어들을 실행하여 구성 파일에 클러스터의
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
`config-exercise` 디렉토리로 이동한다. 그리고 다음 명령어들을 실행하여 구성 파일에 클러스터의
`config-exercise` 디렉토리로 이동한다. 그리고 다음 커맨드들을 실행하여 구성 파일에 클러스터의

쿠버네티스 한글화팀 용어집에 따르면, 아래와 같이 번역하고 있습니다. 일관성 유지를 위해 수정 부탁드립니다.

English 한글 리뷰
Command 커맨드 2018-05-23

`kubectl config unset users.<name>`을 실행하여 사용자를 삭제할 수 있다.
{{< /note >}}

컨텍스트 세부사항들을 configuration file에 추가한다.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

일관성 유지를 위해서 아래와 같이 제안드립니다.

Suggested change
컨텍스트 세부사항들을 configuration file에 추가한다.
컨텍스트 세부사항들을 구성 파일에 추가한다.

```

`config-demo` 파일을 열어서 세부사항들이 추가되었는지 확인한다. `config-demo` 파일을 열어보는
것 대신에 `config view` 명령어를 사용할 수도 있다.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
것 대신에 `config view` 명령어를 사용할 수도 있다.
것 대신에 `config view` 커맨드를 사용할 수도 있다.

쿠버네티스 한글화팀 용어집에 따르면, 아래와 같이 번역하고 있습니다. 일관성 유지를 위해 수정 부탁드립니다.

English 한글 리뷰
Command 커맨드 2018-05-23

kubectl config --kubeconfig=config-demo view
```

두 클러스터, 두 사용자, 세 컨텍스트들이 출력결과로 나온다.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
두 클러스터, 두 사용자, 세 컨텍스트들이 출력결과로 나온다.
두 클러스터, 두 사용자, 세 컨텍스트들이 출력 결과로 나온다.

```

이제 `KUBECONFIG` 환경 변수에 리스트에 포함된 모든 파일들이 합쳐진 구성 정보를 보자.
config-exercise 디렉토리에서 다음 명령어를 실행한다.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
config-exercise 디렉토리에서 다음 명령어를 실행한다.
config-exercise 디렉토리에서 다음 커맨드를 실행한다.


{{% capture whatsnext %}}

* [Organizing Cluster Access Using kubeconfig Files](/docs/concepts/configuration/organize-cluster-access-kubeconfig/)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* [Organizing Cluster Access Using kubeconfig Files](/docs/concepts/configuration/organize-cluster-access-kubeconfig/)
* [kubeconfig 파일을 사용하여 클러스터 접근 구성하기](/docs/concepts/configuration/organize-cluster-access-kubeconfig/)

[ ]안의 내용도 번역이 가능해 보입니다.


{{% capture overview %}}

이 페이지에서는 구성 파일을 사용하여 다수의 클러스터에 액세스할 수 있도록
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
이 페이지에서는 구성 파일을 사용하여 다수의 클러스터에 액세스할 수 있도록
이 페이지에서는 구성 파일을 사용하여 다수의 클러스터에 접근할 수 있도록

`development` 클러스터에서는 프런트 엔드 개발자들이 `frontend`라는 네임스페이스에서
작업을 하고 있고, 스토리지 개발자들은 `storage`라는 네임스페이스에서 작업을 하고 있다.
`scratch` 클러스터에서는 개발자들이 default 네임스페이스에서 개발하거나 필요에 따라 보조
네임스페이스들을 생성하고 있다. development 클러스터에 액세스하려면 인증서로 인증을 해야 하고,
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
네임스페이스들을 생성하고 있다. development 클러스터에 액세스하려면 인증서로 인증을 해야 하고,
네임스페이스들을 생성하고 있다. development 클러스터에 접근하려면 인증서로 인증을 해야 하고,

사용하여 클러스터를 빠르게 변경할 수 있다.

{{< note >}}
클러스터에 액세스할 수 있도록 설정하는데 사용되는 파일은 종종 *kubeconfig file* 이라고
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
클러스터에 액세스할 수 있도록 설정하는데 사용되는 파일은 종종 *kubeconfig file* 이라고
클러스터에 접근할 수 있도록 설정하는데 사용되는 파일은 종종 *kubeconfig file* 이라고

@lapee79
Copy link
Copy Markdown
Contributor Author

lapee79 commented Jul 4, 2019

@seokho-son 리뷰 감사드립니다. 반영하였습니다.

@seokho-son
Copy link
Copy Markdown
Member

@lapee79 님. 빠른 수정 감사합니다 👍

/lgtm

@gochist 님. 검토해보시고 승인 부탁드립니다.

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jul 4, 2019
@gochist
Copy link
Copy Markdown
Contributor

gochist commented Jul 5, 2019

@lapee79 @seokho-son 감사합니다!

/approve

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: gochist

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 5, 2019
@k8s-ci-robot k8s-ci-robot merged commit 0f6467c into kubernetes:dev-1.15-ko.1 Jul 5, 2019
gochist added a commit that referenced this pull request Jul 9, 2019
* Translate concepts/workloads/controllers/replicationcontroller in Korean (#15044)
* ko: Update outdated 1.14-ko.4 branch (#15099)
* Translate tasks/access-application-cluster/configure-access-multiple-clusters in Korean (#15121)
* Translate standardized glossary items in Tag Network into Korean (#15278)
* ko: Keep up with upstream - renamed files (#15030)

Co-Authored-By: Seokho <shsongist@gmail.com>
Co-Authored-By: lapee79 <lapee79@gmail.com>
Co-Authored-By: Yoon <learder@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>
k8s-ci-robot pushed a commit that referenced this pull request Jul 10, 2019
* Translate concepts/workloads/controllers/replicationcontroller in Korean (#15044)
* ko: Update outdated 1.14-ko.4 branch (#15099)
* Translate tasks/access-application-cluster/configure-access-multiple-clusters in Korean (#15121)
* Translate standardized glossary items in Tag Network into Korean (#15278)
* ko: Keep up with upstream - renamed files (#15030)

Co-Authored-By: Seokho <shsongist@gmail.com>
Co-Authored-By: lapee79 <lapee79@gmail.com>
Co-Authored-By: Yoon <learder@gmail.com>
Co-Authored-By: June Yi <june.yi@samsung.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/ko Issues or PRs related to Korean language lgtm "Looks good to me", indicates that a PR is ready to be merged. sig/docs Categorizes an issue or PR as relevant to SIG Docs. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants