mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
examples/ is pretty standard whereas demos/ isn't. So I just refactored that. Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
Examples
These examples assume that kustomize is on your $PATH.
They are covered by pre-commit tests, and should work with HEAD
go get github.com/kubernetes-sigs/kustomize
-
hello world - Deploy multiple (differently configured) variants of a simple Hello World server.
-
LDAP - Deploy multiple (differently configured) variants of a LDAP server.
-
mySql - Create a MySQL production configuration from scratch.
-
springboot - Create a Spring Boot application production configuration from scratch.
-
configGeneration - Mixing configuration data from different owners (e.g. devops/SRE and developers).
-
breakfast - Customize breakfast for Alice and Bob.