Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Seokho Son <[email protected]>
  • Loading branch information
ysyukr and seokho-son authored Nov 6, 2019
1 parent 9e5d9af commit b4bd418
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions content/ko/docs/concepts/overview/working-with-objects/names.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ weight: 20

{{% capture overview %}}

클러스터의 각 오브젝트에는 해당 유형의 리소스에 고유한 [_이름_](#names) 을 가지고 있다.
또한, 모든 쿠버네티스 오브젝트에는 전체 클러스터에 걸쳐 고유한 [_UID_](#uids) 를 가지고 있다.
클러스터의 각 오브젝트는 해당 유형의 리소스에 대하여 고유한 [_이름_](#names) 을 가지고 있다.
또한, 모든 쿠버네티스 오브젝트는 전체 클러스터에 걸쳐 고유한 [_UID_](#uids) 를 가지고 있다.

예를 들어, 이름이 “myapp-1234”인 파드는 하나만 가질 수 있지만, 각각 “myapp-1234”라는
이름을 가진 하나의 파드와 디플로이먼트를 가질 수 있다.
예를 들어, 이름이 “myapp-1234”인 파드는 하나만 가질 수 있지만, 이름이 “myapp-1234”
파드와 디플로이먼트는 각각 가질 수 있다.

유일하지 않은 사용자 제공 속성에 대해서, 쿠버네티스는 [레이블](/docs/user-guide/labels)[어노테이션](/docs/concepts/overview/working-with-objects/annotations/)을 제공한다.

Expand Down Expand Up @@ -53,6 +53,6 @@ UUID는 ISO/IEC 9834-8 과 ITU-T X.667 로 표준화 되어 있다.
{{% /capture %}}
{{% capture whatsnext %}}
* 쿠버네티스의 [레이블](/docs/concepts/overview/working-with-objects/labels/)에 대해 읽기.
* 쿠버네티스의 [레이블](/ko/docs/concepts/overview/working-with-objects/labels/)에 대해 읽기.
* [쿠버네티스의 식별자와 이름](https://git.k8s.io/community/contributors/design-proposals/architecture/identifiers.md) 디자인 문서 읽기.
{{% /capture %}}
2 changes: 1 addition & 1 deletion content/ko/docs/setup/best-practices/certificates.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ etcd 역시 클라이언트와 피어 간에 상호 TLS 인증을 구현한다.
| client | digital signature, key encipherment, client auth |

{{< note >}}
위에 나열된 호스트/SAN은 작업중인 클러스터를 획득하는데 권장된다. 특정 설정이 필요한 경우, 모든 서버 인증서에 SAN을 추가할 수 있다.
위에 나열된 호스트/SAN은 작업 중인 클러스터를 획득하는데 권장된다. 특정 설정이 필요한 경우, 모든 서버 인증서에 SAN을 추가할 수 있다.
{{< /note >}}

{{< note >}}
Expand Down

0 comments on commit b4bd418

Please sign in to comment.