Skip to content

[ko] Sync/ko/docs/concepts/overview/components.md to match latest en contents #51936

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wonyongg
Copy link
Contributor

Description

Sync Korean doc /ko/docs/concepts/overview/components.md with the latest English version.
Updated the contents to reflect recent changes in the upstream English document, ensuring consistency between the two versions.

Issue

Closes: #51935

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 16, 2025
@k8s-ci-robot k8s-ci-robot added the area/localization General issues or PRs related to localization label Aug 16, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign ianychoi for approval. For more information see the Code Review Process.

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

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 language/ko Issues or PRs related to Korean language 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 Aug 16, 2025
Copy link

netlify bot commented Aug 16, 2025

Pull request preview available for checking

Built without sensitive environment variables

Name Link
🔨 Latest commit 296b202
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-io-main-staging/deploys/68a0cbd04cbba50008eaf68d
😎 Deploy Preview https://deploy-preview-51936--kubernetes-io-main-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@jongwooo
Copy link
Member

/assign

@wonyongg wonyongg changed the title Sync/ko/docs/concepts/overview/components.md to match latest en contents [ko] Sync/ko/docs/concepts/overview/components.md to match latest en contents Aug 20, 2025
Copy link
Member

@jongwooo jongwooo left a comment

Choose a reason for hiding this comment

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

@wonyongg 고생하셨습니다. 사소한 리뷰 사항 남겨두었습니다:)

실행되는 컨트롤 플레인 설정의 예제를 보려면
[kubeadm을 사용하여 고가용성 클러스터 만들기](/docs/setup/production-environment/tools/kubeadm/high-availability/)를 확인해본다.
쿠버네티스 클러스터는 컨트롤 플레인과 하나 이상의 워커 노드로 구성된다.
주요 컴포넌트에 대한 간단한 개요는 다음과 같다.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
주요 컴포넌트에 대한 간단한 개요는 다음과 같다.
다음은 주요 컴포넌트에 대한 간략한 개요이다.

nit: 자연스럽게 다듬어 보았습니다.


### etcd
[kube-apiserver](/docs/concepts/architecture/#kube-apiserver)
: Kubernetes HTTP API를 노출하는 핵심 서버 컴포넌트이다.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
: Kubernetes HTTP API를 노출하는 핵심 서버 컴포넌트이다.
: 쿠버네티스 HTTP API를 노출하는 핵심 서버 컴포넌트이다.


{{< glossary_definition term_id="kube-scheduler" length="all" >}}
[kube-controller-manager](/docs/concepts/architecture/#kube-controller-manager)
: Kubernetes API 동작을 구현하기 위해 {{< glossary_tooltip text="컨트롤러" term_id="controller" >}}를 실행한다.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
: Kubernetes API 동작을 구현하기 위해 {{< glossary_tooltip text="컨트롤러" term_id="controller" >}}를 실행한다.
: {{< glossary_tooltip text="컨트롤러" term_id="controller" >}}를 실행하여 쿠버네티스 API 동작을 구현한다.

자연스럽게 다듬어 보았습니다.

* 라우트 컨트롤러: 기본 클라우드 인프라에 경로를 구성하는 것
* 서비스 컨트롤러: 클라우드 제공 사업자 로드밸런서를 생성, 업데이트 그리고 삭제하는 것
[cloud-controller-manager](/docs/concepts/architecture/#cloud-controller-manager) (선택 사항)
: 기반이 되는 클라우드 공급자와 통합한다.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
: 기반이 되는 클라우드 공급자와 통합한다.
: 기본 클라우드 공급자와 통합한다.


## 노드 컴포넌트

노드 컴포넌트는 동작 중인 파드를 유지시키고 쿠버네티스 런타임 환경을 제공하며, 모든 노드 상에서 동작한다.
모든 노드에서 실행되며, 파드가 정상적으로 동작하도록 유지하고 쿠버네티스 런타임 환경을 제공한다.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
모든 노드에서 실행되며, 파드가 정상적으로 동작하도록 유지하고 쿠버네티스 런타임 환경을 제공한다.
모든 노드에서 실행되며, 실행 중인 파드를 유지하고 쿠버네티스 런타임 환경을 제공한다.

Run on every node, maintaining running pods and providing the Kubernetes runtime environment:

원문의 느낌을 살려 자연스럽게 다듬어 보았습니다.

[컨테이너 리소스 모니터링](/ko/docs/tasks/debug/debug-cluster/resource-usage-monitoring/)은
중앙 데이터베이스 내의 컨테이너들에 대한 포괄적인 시계열 매트릭스를 기록하고 그 데이터를 열람하기 위한 UI를 제공해 준다.
[웹 UI](/docs/concepts/architecture/#web-ui-dashboard) (대시보드)
: 웹 인터페이스를 통해 클러스터를 관리할 수 있다.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
: 웹 인터페이스를 통해 클러스터를 관리할 수 있다.
: 웹 인터페이스를 통한 클러스터 관리를 제공한다.

[클러스터-레벨 로깅](/ko/docs/concepts/cluster-administration/logging/) 메커니즘은
검색/열람 인터페이스와 함께 중앙 로그 저장소에 컨테이너 로그를 저장하는 책임을 진다.
[클러스터-레벨 로깅](/docs/concepts/architecture/#cluster-level-logging)
: 컨테이너 로그를 중앙 로그 저장소에 보관한다.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
: 컨테이너 로그를 중앙 로그 저장소에 보관한다.
: 컨테이너 로그를 중앙 로그 저장소에 저장한다.


## {{% heading "whatsnext" %}}
쿠버네티스는 이러한 컴포넌트들을 어떻게 배포하고 관리할 것인지에 대해 유연성을 제공한다.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
쿠버네티스는 이러한 컴포넌트들을 어떻게 배포하고 관리할 것인지에 대해 유연성을 제공한다.
쿠버네티스는 이러한 컴포넌트가 배포되고 관리되는 방식에 있어 유연성을 제공한다.

Kubernetes allows for flexibility in how these components are deployed and managed.

원문의 느낌을 살려 자연스럽게 다듬어 보았습니다.

Comment on lines +88 to +89
각 컴포넌트와 클러스터 아키텍처를 구성하는 다양한 방법에 대한
더 자세한 정보는 [클러스터 아키텍처](/ko/docs/concepts/architecture/) 페이지를 참고한다.
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
컴포넌트와 클러스터 아키텍처를 구성하는 다양한 방법에 대한
더 자세한 정보는 [클러스터 아키텍처](/ko/docs/concepts/architecture/) 페이지를 참고한다.
컴포넌트에 대한 자세한 정보와 클러스터 아키텍처를 구성하는 다양한 방법은
[클러스터 아키텍처](/ko/docs/concepts/architecture/) 페이지를 참고한다.

Copy link
Member

Choose a reason for hiding this comment

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

nit: 기존 문서에서는 "Component"를 "구성 요소"로 번역하였는데, 해당 풀 리퀘스트에서는 "컴포넌트"로 작성해주셨습니다. 이에 대한 논의가 필요할 것 같습니다:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/localization General issues or PRs related to localization cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. language/ko Issues or PRs related to Korean language 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.

[ko] Update /ko/docs/concepts/overview/components.md to match en contents
3 participants