--- 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](https://www.json.org/json-en.html) or [YAML](https://yaml.org/) format. A manifest specifies the desired state of an object that Kubernetes will maintain when you apply the manifest. For YAML format, each file can contain multiple manifests.