16 lines
415 B
Markdown
16 lines
415 B
Markdown
|
---
|
||
|
title: Manifest
|
||
|
id: manifest
|
||
|
date: 2019-06-28
|
||
|
short_description: >
|
||
|
A serialized specification of one or more Kubernetes API objects.
|
||
|
|
||
|
aka:
|
||
|
tags:
|
||
|
- fundamental
|
||
|
---
|
||
|
Specification of a Kubernetes API object in JSON or YAML format.
|
||
|
|
||
|
<!--more-->
|
||
|
A manifest specifies the desired state of an object that Kubernetes will maintain when you apply the manifest. Each configuration file can contain multiple manifests.
|