Files
website/content/ko/docs/reference/glossary/replication-controller.md
T
Kubernetes Prow Robot 65926be7d5 Merge pull request #17998 from sftim/20191208_ko_replicationcontroller_whitespace_fix
ko: Fix whitespace in ReplicationController glossary entry
2020-04-07 22:59:43 -07:00

776 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
레플리케이션 컨트롤러(ReplicationController) replication-controller 2018-04-12 특정 수의 파드 인스턴스가 항상 동작하도록 보장하는 쿠버네티스 서비스.
workload
core-object

특정 수의 {{< glossary_tooltip text="파드" term_id="pod" >}} 인스턴스가 항상 동작하도록 보장하는 쿠버네티스 서비스.

레플리케이션 컨트롤러는 파드에 설정된 값에 따라서, 동작하는 파드의 인스턴스를 자동으로 추가하거나 제거할 것이다. 파드가 삭제되거나 실수로 너무 많은 수의 파드가 시작된 경우, 파드가 지정된 수의 인스턴스로 돌아갈 수 있게 허용한다.