Kubernetes Manifests: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
A manifest expresses the [[Kubernetes_Concepts#Declarative_versus_Imperative_Approach|desired state]] of the application. | A manifest expresses the [[Kubernetes_Concepts#Declarative_versus_Imperative_Approach|desired state]] of the application. | ||
=Manifest Operations= | |||
* [[Kubectl#POSTing_a_Manifest|POSTing a Manifest]] | |||
* [[Kubectl#Get_the_Manifest_for_an_Existing_Object|Get the Manifest for an Existing Object]] |