Kustomize: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


* [[Kubernetes Operations]]
* [[Kubernetes Operations]]
=Overview=
kustomize allows you customize raw, template-free YAML files, leaving the original YAML untouched and usable as is.


=Installation=
=Installation=


  brew install kustomize
  brew install kustomize

Latest revision as of 18:47, 12 August 2019

External

Internal

Overview

kustomize allows you customize raw, template-free YAML files, leaving the original YAML untouched and usable as is.

Installation

brew install kustomize