website/content/ko/docs/reference/glossary/manifest.md

16 lines
555 B
Markdown

---
title: 매니페스트(Manifest)
id: manifest
date: 2019-06-28
short_description: >
하나 이상의 쿠버네티스 API 오브젝트를 직렬화한 명세(specification).
aka:
tags:
- fundamental
---
JSON 또는 YAML 형식으로 명시한 쿠버네티스 API 오브젝트의 명세.
<!--more-->
매니페스트는 사용자가 해당 매니페스트를 적용했을 때 쿠버네티스가 유지해야 하는 오브젝트의 의도한 상태(desired state)를 나타낸다. 각 구성 파일은 여러 매니페스트를 포함할 수 있다.