Kubernetes Manifests: Difference between revisions
Jump to navigation
Jump to search
(→TODO) |
|||
Line 11: | Line 11: | ||
=TODO= | =TODO= | ||
<font color=darkgray>'''Commonality | <font color=darkgray>'''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. | ||
</font> | </font> | ||
Revision as of 23:16, 30 August 2019
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.