First Korean l10n work for release-1.19
- Translate tasks/job/parallel-processing-expansion.md into Korean (#23544) - Fix issue with ko/docs/concepts/workloads/controllers/job.md (#23720) - Translate reference/scheduling/policies.md in Korean (#23690) - Update outdated files in the dev-1.19-ko.1 branch (#23702) - Modify translation access by Korean glossary (#23627) Co-authored-by: Jerry Park <jaehwa@gmail.com> Co-authored-by: junghyeonsu <54893898+junghyeonsu@users.noreply.github.com> Co-authored-by: coolguyhong <podolsmith@naver.com>
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
title: API 서버
|
||||
id: kube-apiserver
|
||||
date: 2018-04-12
|
||||
full_link: /docs/reference/generated/kube-apiserver/
|
||||
full_link: /ko/docs/concepts/overview/components/#kube-apiserver
|
||||
short_description: >
|
||||
쿠버네티스 API를 제공하는 컨트롤 플레인 컴포넌트.
|
||||
|
||||
aka:
|
||||
aka:
|
||||
- kube-apiserver
|
||||
tags:
|
||||
- architecture
|
||||
- fundamental
|
||||
---
|
||||
API 서버는 쿠버네티스 API를
|
||||
API 서버는 쿠버네티스 API를
|
||||
노출하는 쿠버네티스 {{< glossary_tooltip text="컨트롤 플레인" term_id="control-plane" >}} 컴포넌트이다.
|
||||
API 서버는 쿠버네티스 컨트롤 플레인의 프론트 엔드이다.
|
||||
|
||||
<!--more-->
|
||||
<!--more-->
|
||||
|
||||
쿠버네티스 API 서버의 주요 구현은 [kube-apiserver](/docs/reference/generated/kube-apiserver/) 이다.
|
||||
kube-apiserver는 수평으로 확장되도록 디자인되었다. 즉, 더 많은 인스턴스를 배포해서 확장할 수 있다.
|
||||
|
||||
@@ -2,17 +2,21 @@
|
||||
title: 매니지드 서비스
|
||||
id: managed-service
|
||||
date: 2018-04-12
|
||||
full_link:
|
||||
full_link:
|
||||
short_description: >
|
||||
타사 공급자가 유지보수하는 소프트웨어.
|
||||
|
||||
aka:
|
||||
aka:
|
||||
|
||||
tags:
|
||||
- extension
|
||||
---
|
||||
타사 공급자가 유지보수하는 소프트웨어.
|
||||
타사 공급자가 유지보수하는 소프트웨어.
|
||||
|
||||
<!--more-->
|
||||
<!--more-->
|
||||
|
||||
매니지드 서비스의 몇 가지 예시로 AWS EC2, Azure SQL Database 그리고 GCP Pub/Sub이 있으나, 애플리케이션에서 사용할 수 있는 모든 소프트웨어 제품이 될 수 있다. [서비스 카탈로그](/docs/concepts/service-catalog/)는 {{< glossary_tooltip text="서비스 브로커" term_id="service-broker" >}}가 제공하는 매니지드 서비스의 목록과 프로비전, 바인딩하는 방법을 제공한다.
|
||||
매니지드 서비스의 몇 가지 예시로 AWS EC2, Azure SQL Database 그리고
|
||||
GCP Pub/Sub이 있으나, 애플리케이션에서 사용할 수 있는 모든 소프트웨어 제품이 될 수 있다.
|
||||
[서비스 카탈로그](/ko/docs/concepts/extend-kubernetes/service-catalog/)는
|
||||
{{< glossary_tooltip text="서비스 브로커" term_id="service-broker" >}}가 제공하는
|
||||
매니지드 서비스의 목록과 프로비전, 바인딩하는 방법을 제공한다.
|
||||
|
||||
Reference in New Issue
Block a user