Beginner
Kubernetes
Q26 / 100
What is a "YAML manifest" in Kubernetes?
Correct! Well done.
Incorrect.
The correct answer is B) A human-readable text file (in YAML format) that declaratively describes the desired state of a Kubernetes resource
B
Correct Answer
A human-readable text file (in YAML format) that declaratively describes the desired state of a Kubernetes resource
Explanation
Kubernetes resources are typically defined in YAML (or JSON) manifests specifying "apiVersion", "kind", "metadata", and "spec" fields describing the desired state.
Progress
26/100