Skip to content

fabianlee/kustomize-overlays-with-reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Example usage of kustomize with overlays

base

  • reloader - watches for changing configmaps and reloads with rolling restart
  • nginx-index-html - nginx app with configmap for index.html
  • nginx-basic-auth - nginx app with configmap for index.html and .htpasswd BASIC auth
  • hello-app - simple hello app
  • tiny-tools-dep - alpine based tiny-tools with network utilities as Deployment
  • tiny-tools-ds - alpine based tiny-tools with network utilities as Daemonset

nginx overlays

Shows how nginx base can be enriched

  • nginx-index-with-reloader - overlays 'nginx-index-html' and adds ability for dynamic reload of index.html
  • nginx-cm-reloader - overlays 'nginx-index-html' and adds ability for dynamic reload of index.html and environment configmap

tiny-tools overlays

Shows the ability of patches to transform a base definition.

  • tiny-tools-dep-to-ds - takes 'tiny-tools-ds' base (which is DaemonSet) and converts it to Deployment using kustomize patches
  • tiny-tools-ds-to-dep - takes 'tiny-tools-dep' base (which is Deployment) and converts it to DaemonSet using kustomize patches

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published