21f774fd23
* (fix) Broken links in Korean documentation. (#18179) * Modified link between Korean documents. (#18152) * Update to outdated files in the dev-1.16-ko.7 (#18146) * Updates to documents that do not reflect the original text - 1.16 (#18166) * Update path of referenced links in translated documents - 1.16. (#18164) Co-Authored-By: Oleg Butuzov <butuzov@users.noreply.github.com> Co-Authored-By: Seokho Son <shsongist@gmail.com> Co-Authored-By: Yuk, Yongsu <ysyukr@gmail.com> Co-authored-by: Oleg Butuzov <butuzov@users.noreply.github.com> Co-authored-by: Seokho Son <shsongist@gmail.com> Co-authored-by: Yuk, Yongsu <ysyukr@gmail.com>
22 lines
713 B
Markdown
Executable File
22 lines
713 B
Markdown
Executable File
---
|
|
title: 레플리카셋(ReplicaSet)
|
|
id: replica-set
|
|
date: 2018-04-12
|
|
full_link: /ko/docs/concepts/workloads/controllers/replicaset/
|
|
short_description: >
|
|
레플리카셋은 지정된 수의 파드 레플리카가 동시에 실행이 되도록 보장한다
|
|
|
|
aka:
|
|
tags:
|
|
- fundamental
|
|
- core-object
|
|
- workload
|
|
---
|
|
레플리카셋은 (목표로) 주어진 시간에 실행되는 레플리카 파드 셋을 유지 관리 한다.
|
|
|
|
<!--more-->
|
|
|
|
{{< glossary_tooltip term_id="deployment" >}} 와 같은 워크로드 오브젝트는 레플리카셋을
|
|
사용해서 해당 레플리카셋의 스펙에 따라 구성된 {{< glossary_tooltip term_id="pod" text="파드" >}} 의
|
|
수를 클러스터에서 실행한다.
|