Skip to content

Commit

Permalink
Merge pull request #36665 from WESTZERO115/glossary
Browse files Browse the repository at this point in the history
[ko] Translate the glossary term Manifest into Korean
  • Loading branch information
k8s-ci-robot authored Sep 8, 2022
2 parents 50057a9 + 7689fc0 commit a2d8d40
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions content/ko/docs/reference/glossary/manifest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: 매니페스트(Manifest)
id: manifest
date: 2019-06-28
short_description: >
하나 이상의 쿠버네티스 API 오브젝트를 직렬화한 명세(specification).
aka:
tags:
- fundamental
---
JSON 또는 YAML 형식으로 명시한 쿠버네티스 API 오브젝트의 명세.

<!--more-->
매니페스트는 사용자가 해당 매니페스트를 적용했을 때 쿠버네티스가 유지해야 하는 오브젝트의 의도한 상태(desired state)를 나타낸다. 각 구성 파일은 여러 매니페스트를 포함할 수 있다.

0 comments on commit a2d8d40

Please sign in to comment.