What is Manifest?
In Kubernetes (k8s), a manifest is a YAML (or sometimes JSON) file that describes the desired state of a Kubernetes object, such as a pod, service, deployment, config map, or persistent volume. These manifests are used to create, update, and manage t...
blog.lalitakashyap.in4 min read