Manifest Theory

The beauty of Kubernetes lies in its descriptive/declarative nature of infrastructure management and operation. Instead of writing a series of single commands on the CLI, you write it down in a stateless manifest; the format used is a .yaml - file.

manifest-theory

The manifest concept details and how to compose them are laid out in the video below.

Video: Manifest Theory