Kubernetes Manifests

From NovaOrdis Knowledge Base
Revision as of 22:59, 30 August 2019 by Ovidiu (talk | contribs) (→‎status)
Jump to navigation Jump to search

Internal

Overview

A manifest expresses the desired state of the application.

Manifest files can be generated with kubectl kustomize.

TODO

Commonality'. There are common elements with the same semantics for all manifests (e.g. metadata.name). Address them here in a common section, and link from individual "kinds" to here.

Elements

apiVersion

kind

metadata

Manifest Metadata

spec

Manifest Operations