Third Korean l10n work for release-1.15 (#15744)

* Add Link /docs/reference/ in Korean (#15610)
* Translate tasks/debug-application-cluster/resource-usage-monitoring in Korean (#15593)
* Translate tasks/inject-data-application/define-environment-variable-container in Korean (#15606)
* ko: Update outdated files in dev-1.15-ko.3 (#15605)
* Translate home/supported-doc-version in Korean (#15621)
* ko: Update some files in reference/glossary (#15631)
* Translate reference/glossary/cloud-provider.md in Korean (#15685)
* Translate docs/reference/using-api/api-overview in Korean (#15644)
* Translate tasks/debug-application-cluster/resource-metrics-pipeline in Korean (#15665)

Co-Authored-By: June Yi <june.yi@samsung.com>
Co-Authored-By: Seokho <shsongist@gmail.com>
Co-Authored-By: Tim Bannister <tim@scalefactory.com>
Co-authored-by: Yoon <learder@gmail.com>
Co-authored-by: JiMyung Lee <lee.ji.myung@gmail.com>
Co-authored-by: lapee79 <lapee79@gmail.com>
Co-authored-by: Sunghoon Kang <hoon@linecorp.com>
Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
Co-authored-by: Lawrence Kay <me@lkaybob.pe.kr>
This commit is contained in:
June Yi
2019-08-08 23:33:19 +09:00
committed by Kubernetes Prow Robot
parent 05690331ce
commit 4518c983d2
28 changed files with 819 additions and 330 deletions
@@ -1,19 +1,17 @@
---
title: 클러스터(Cluster)
id: cluster
date: 2018-04-12
date: 2019-06-15
full_link:
short_description: >
쿠버네티스를 통해 관리는 컨테이너화 된 애플리케이션을 실행하는, 노드라고 불리는 기계의 집합.
쿠버네티스에서 관리는 컨테이너화된 애플리케이션을 실행하는 노드라고 는 기계의 집합. 클러스터는 최소 1개의 워커 노드와 최소 1개의 마스터 노드를 가진다.
aka:
aka:
tags:
- fundamental
- operation
---
쿠버네티스를 통해 관리는 컨테이너화 된 애플리케이션을 실행하는, 노드라고 불리는 기계의 집합.
쿠버네티스에서 관리는 컨테이너화된 애플리케이션을 실행하는 노드라고 는 기계의 집합. 클러스터는 최소 1개의 워커 노드와 최소 1개의 마스터 노드를 가진다.
<!--more-->
클러스터는 여러 개의 워커 노드와 적어도 하나의 마스터를 가진다.
워커 노드는 애플리케이션의 구성요소인 파드를 호스트한다. 마스터 노드는 워커 노드와 클러스터 내 파드를 관리한다. 다수의 마스터 노드는 장애극복(failover)과 고가용성의 클러스터에서 사용한다.