Manifests
Learn how Kubernetes manages various resources using manifests.
We'll cover the following...
We'll cover the following...
What are Manifests?
Kubernetes must know how to manage various resources. It does this through manifests. A manifest is like a set of instructions in order. This is similar to a step-by-step guide. Manifests are created in YAML, which is a human-readable configuration syntax.
Manifests contain instructions on what to build for an ...