Files
kustomize/examples
Jingfang Liu 0617a283a0 Merge pull request #111 from Liujingfang1/master
Add variable reference to container env
2018-06-15 11:20:25 -07:00
..
2018-06-12 10:33:37 -07:00
2018-05-25 10:07:46 -07:00
2018-05-25 10:07:46 -07:00
2018-05-25 10:07:46 -07:00
2018-05-25 10:07:46 -07:00
2018-05-25 10:07:46 -07:00
2018-05-25 10:07:46 -07:00
2018-06-11 13:52:18 -07:00

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.

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