What is a Kubernetes deployment manifest?
A manifest describes an object that you want to exist in your cluster. You write manifests for Kubernetes resources in JSON or YAML, and then use the Kubernetes API to apply to them to the cluster. For me, the object I probably create most often is a Deployment, which has a rather large and complex spec.