mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
25 lines
717 B
Markdown
25 lines
717 B
Markdown
# Demos
|
|
|
|
These demos assume that `kustomize` is on your `$PATH`.
|
|
They are covered by pre-submit tests.
|
|
|
|
* [hello world](helloWorld.md) - Deploy multiple
|
|
(differently configured) variants of a simple Hello
|
|
World server.
|
|
|
|
* [LDAP](ldap.md) - Deploy multiple
|
|
(differently configured) variants of a LDAP server.
|
|
|
|
* [mySql](mySql.md) - Create a MySQL production
|
|
configuration from scratch.
|
|
|
|
* [springboot](springboot.md) - Create a Spring Boot
|
|
application production configuration from scratch.
|
|
|
|
* [configGeneration](configGeneration.md) -
|
|
Mixing configuration data from different owners
|
|
(e.g. devops/SRE and developers).
|
|
|
|
* [breakfast](breakfast.md) - Customize breakfast for
|
|
Alice and Bob.
|