Kustomize: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 6: Line 6:


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


=Installation=
=Installation=


  brew install kustomize
  brew install kustomize

Revision as of 18:46, 12 August 2019

External

Internal

Overview

kustomize lets you customize raw, template-free YAML files for multiple purposes, leaving the original YAML untouched and usable as is.

Installation

brew install kustomize