Skip to content

rhuss/k8spatterns-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kubernetes Patterns - Examples

This GitHub project contains the examples from the Kubernetes Patterns book by Bilgin Ibryam and Roland Huß. Each of the examples is contained in an extra directory and is self contained.

minikube is recommended not only for trying out theses examples but also for an easy and simple to use Kubernetes setup in general.

For feedback, issues or questions in general, please use the issue tracker to open issues.

Patterns

Foundational Patterns

Behavorial Patterns

Structural Patterns

  • Sidecar - Git polling example for a sidecar

Configuration Patterns

  • Configuration Template - an example how to use a template configuration standalone.xml which is processed with a template processed and filled with data from ConfigMap before a Wildly server is started.

  • Immutable Configuration - several examples how to use immutable configuration containers for application configuration. This includes examples for the plain Docker case and for Kubernetes.

Advanced Patterns

About

Examples to the book "Kubernetes Patterns" https://leanpub.com/k8spatterns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 68.3%
  • Java 31.7%