Files
kustomize/examples
John Zheng cc9dd34216 docs: update patchMultipleObject example to filter with labelSelector (#5700)
* Update patchMultipleObjects.md

* Update patchMultipleObjects.md

* Update patchMultipleObjects.md

* Update patchMultipleObjects.md

* Update patchMultipleObjects.md

* Update patchMultipleObjects.md

* Update patchMultipleObjects.md

* Update patchMultipleObjects.md
2024-07-23 15:02:40 -07:00
..
2023-05-24 10:02:50 -07:00
2020-06-18 12:18:37 -07:00
2023-05-24 10:02:50 -07:00
2024-03-15 11:47:44 -07:00
2021-03-24 22:29:31 +01:00
2021-04-15 10:55:28 +08:00
2020-02-29 16:19:21 +08:00
2024-02-05 08:37:23 +01:00
2019-11-29 07:00:23 -08:00
2020-06-30 14:19:27 +08:00
2020-06-18 12:18:37 -07:00
2022-03-10 23:29:45 +00:00

English | 简体中文

Examples

To run these examples, your $PATH must contain kustomize. See the installation instructions.

These examples are tested to work with the latest released version of kustomize.

Basic Usage

  • valueAdd - Add a simple string value easily to various fields, including fields that happen to hold file paths.

  • configGenerations - Rolling update when ConfigMapGenerator changes.

  • combineConfigs - Mixing configuration data from different owners (e.g. devops/SRE and developers).

  • generatorOptions - Modifying behavior of all ConfigMap and Secret generators.

  • vars - Injecting k8s runtime data into container arguments (e.g. to point wordpress to a SQL service) by vars.

  • image names and tags - Updating image names and tags without applying a patch.

  • remote target - Building a kustomization from a github URL

  • json patch - Apply a json patch in a kustomization

  • patch multiple objects - Apply a patch to multiple objects

Advanced Usage

Multi Variant Examples

  • hello world - Deploy multiple (differently configured) variants of a simple Hello World server.

  • LDAP - Deploy multiple (differently configured) variants of a LDAP server.

  • springboot - Create a Spring Boot application production configuration from scratch.

  • mySql - Create a MySQL production configuration from scratch.

  • breakfast - Customize breakfast for Alice and Bob.

  • multibases - Composing three variants (dev, staging, production) with a common base.

  • components - Compose three variants (community, enterprise, dev) with a common base, by reusing configuration between them.