mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
5d2605a9c3a72897d1d75839e085a02df22d00de
Drop k8s metadata fields from kustomize.yaml struct
kustomize
kustomize is a command line tool supporting
template-free customization of declarative
configuration targetted to kubernetes.
Installation
Assumes Go is installed
and your PATH contains $GOPATH/bin:
go get k8s.io/kubectl/cmd/kustomize
Usage
1) Make a base
A base configuration is a manifest listing a set of k8s resources - deployments, services, configmaps, secrets that serve some common purpose.
2) Customize it with overlays
An overlay customizes your base along different dimensions for different purposes or different teams, e.g. for development, staging and production.
3) Run kustomize
Run kustomize on your overlay. The result
is printed to stdout as a set of complete
resources, ready to be applied to a cluster.
For more details, try a demo.
Description
Releases
1
downlodable file
Latest
Languages
Go
58.1%
PureBasic
40.7%
Shell
0.6%
Makefile
0.4%
HTML
0.1%

