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

415 B

title id date short_description aka tags
Manifest manifest 2019-06-28 A serialized specification of one or more Kubernetes API objects.
fundamental

Specification of a Kubernetes API object in JSON or YAML format.

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.