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.
- Sidecar - Git polling example for a sidecar
-
Configuration Template - an example how to use a template configuration
standalone.xml
which is processed with a template processed and filled with data fromConfigMap
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.