mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 01:14:22 +00:00
Merge pull request #1115 from Liujingfang1/examples
reorganize the examples layout
This commit is contained in:
@@ -12,46 +12,57 @@ tests, and should work with HEAD
|
|||||||
go get sigs.k8s.io/kustomize
|
go get sigs.k8s.io/kustomize
|
||||||
```
|
```
|
||||||
|
|
||||||
* [hello world](helloWorld/README.md) - Deploy multiple
|
Basic Usage
|
||||||
(differently configured) variants of a simple Hello
|
|
||||||
World server.
|
|
||||||
|
|
||||||
* [last mile helm](chart.md) - Make last mile modifications to
|
* [configGenerations](configGeneration.md) -
|
||||||
a helm chart.
|
Rolling update when ConfigMapGenerator changes.
|
||||||
|
|
||||||
* [LDAP](ldap/README.md) - Deploy multiple
|
* [combineConfigs](combineConfigs.md) -
|
||||||
(differently configured) variants of a LDAP server.
|
|
||||||
|
|
||||||
* [mySql](mySql/README.md) - Create a MySQL production
|
|
||||||
configuration from scratch.
|
|
||||||
|
|
||||||
* [springboot](springboot/README.md) - Create a Spring Boot
|
|
||||||
application production configuration from scratch.
|
|
||||||
|
|
||||||
* [combineConfigs](combineConfigs.md) -
|
|
||||||
Mixing configuration data from different owners
|
Mixing configuration data from different owners
|
||||||
(e.g. devops/SRE and developers).
|
(e.g. devops/SRE and developers).
|
||||||
|
|
||||||
|
* [generatorOptions](generatorOptions.md) -
|
||||||
|
Modifying behavior of all ConfigMap and Secret generators.
|
||||||
|
|
||||||
* [configGenerations](configGeneration.md) -
|
* [vars](wordpress/README.md) - Injecting k8s runtime data into
|
||||||
Rolling update when ConfigMapGenerator changes.
|
container arguments (e.g. to point wordpress to a SQL service) by vars.
|
||||||
|
|
||||||
|
* [image names and tags](image.md) - Updating image names and tags without applying a patch.
|
||||||
|
|
||||||
|
* [remote target](remoteBuild.md) - Building a kustomization from a github URL
|
||||||
|
|
||||||
|
* [json patch](jsonpatch.md) - Apply a json patch in a kustomization
|
||||||
|
|
||||||
* [secret generation](secretGeneratorPlugin.md) - Generating secrets from a plugin.
|
Advanced Usage
|
||||||
|
|
||||||
|
- generator plugins:
|
||||||
|
|
||||||
|
* [last mile helm](chart.md) - Make last mile modifications to
|
||||||
|
a helm chart.
|
||||||
|
|
||||||
|
* [secret generation](secretGeneratorPlugin.md) - Generating secrets from a plugin.
|
||||||
|
|
||||||
|
- customize builtin transformer configurations
|
||||||
|
|
||||||
|
* [transformer configs](transformerconfigs/README.md) - Customize transformer configurations
|
||||||
|
|
||||||
|
|
||||||
* [generatorOptions](generatorOptions.md) -
|
Multi Variant Examples
|
||||||
Modifying behavior of all ConfigMap and Secret generators.
|
|
||||||
|
|
||||||
* [breakfast](breakfast.md) - Customize breakfast for
|
* [hello world](helloWorld/README.md) - Deploy multiple
|
||||||
Alice and Bob.
|
(differently configured) variants of a simple Hello
|
||||||
|
World server.
|
||||||
|
|
||||||
|
* [LDAP](ldap/README.md) - Deploy multiple
|
||||||
|
(differently configured) variants of a LDAP server.
|
||||||
|
|
||||||
|
* [springboot](springboot/README.md) - Create a Spring Boot
|
||||||
|
application production configuration from scratch.
|
||||||
|
|
||||||
* [vars](wordpress/README.md) - Injecting k8s runtime data into
|
* [mySql](mySql/README.md) - Create a MySQL production
|
||||||
container arguments (e.g. to point wordpress to a SQL service) by vars.
|
configuration from scratch.
|
||||||
|
|
||||||
* [image names and tags](image.md) - Updating image names and tags without applying a patch.
|
* [breakfast](breakfast.md) - Customize breakfast for
|
||||||
|
Alice and Bob.
|
||||||
* [multibases](multibases/README.md) - Composing three variants (dev, staging, production) with a common base.
|
|
||||||
|
* [multibases](multibases/README.md) - Composing three variants (dev, staging, production) with a common base.
|
||||||
* [remote target](remoteBuild.md) - Building a kustomization from a github URL
|
|
||||||
|
|
||||||
* [json patch](jsonpatch.md) - Apply a json patch in a kustomization
|
|
||||||
|
|
||||||
* [transformer configs](transformerconfigs/README.md) - Customize transformer configurations
|
|
||||||
Reference in New Issue
Block a user