Manifest

Glossary Page

A Kubernetes manifest is a description of a Kubernetes API object in YAML or JSON format that specifies the desired state of the object. When a manifest is applied to a Kubernetes cluster, Kubernetes will ensure that the actual state of the object matches the desired state specified in the manifest. A single configuration file can contain multiple manifests for different Kubernetes objects.

https://kubernetes.io/docs/reference/glossary/?all=true external-link

Latest Webinars

Latest Articles