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>
21 lines
509 B
Markdown
Executable File
21 lines
509 B
Markdown
Executable File
---
|
|
title: 디플로이먼트(Deployment)
|
|
id: deployment
|
|
date: 2018-04-12
|
|
full_link: /ko/docs/concepts/workloads/controllers/deployment/
|
|
short_description: >
|
|
복제된(replicated) 애플리케이션을 관리하는 API 오브젝트.
|
|
|
|
aka:
|
|
tags:
|
|
- fundamental
|
|
- core-object
|
|
- workload
|
|
---
|
|
복제된 애플리케이션을 관리하는 API 오브젝트.
|
|
|
|
<!--more-->
|
|
|
|
각 레플리카는 {{< glossary_tooltip text="파드" term_id="pod" >}}로 표현되며, 파드는 클러스터의 노드에 분산된다.
|
|
|