Translate the glossary term Manifest into Korean

Signed-off-by: WESTZERO115 <psy7361c@gmail.com>
pull/36665/head
WESTZERO115 2022-09-08 02:30:23 +09:00
parent 1ecabe701e
commit 7689fc03ce
1 changed files with 15 additions and 0 deletions

View File

@ -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)를 나타낸다. 각 구성 파일은 여러 매니페스트를 포함할 수 있다.