Manifest Files
Manifest is a 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. For YAML format, each file can contain multiple manifests.
kubectl
(pronounced like "cube control") is a command line tool for communicating with a Kubernetes cluster's control plane, using the Kubernetes API.
You can use kubectl
to create, inspect, update, and delete Kubernetes objects. It can also read, validate, and apply manifest files.