what is use of Koustomize.yaml?

4/18/2020

Is it the same / similar to requirement.txt in Python or package.json in the Node.js world?

Just trying to draw a parallel.

(early help is appreciated - preparing for an interview)

-- forvaidya
kubernetes
kustomize

1 Answer

4/18/2020

It’s the configuration file for Kustomize, listing which files to pull into the current overlay tree and some global parameters, and things like setting up generators.

-- coderanger
Source: StackOverflow