Kubernetes Manifests: Difference between revisions

From NovaOrdis Knowledge Base
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]]

Revision as of 17:28, 22 August 2019

Internal

Overview

A manifest expresses the desired state of the application.

Manifest Operations