Manifests
Learn how Kubernetes manages various resources using manifests.
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 ...