Add demos by @jgarrouste

This commit is contained in:
Jerome Petazzoni
2018-04-10 04:45:41 -05:00
parent 035d015a61
commit 60f68351c6
3 changed files with 12 additions and 6 deletions

View File

@@ -41,6 +41,7 @@ chapters:
- intro/Working_With_Volumes.md
- intro/Compose_For_Dev_Stacks.md
- intro/Docker_Machine.md
- intro/CI_Pipeline.md
- intro/Advanced_Dockerfiles.md
- intro/Application_Configuration.md
- intro/Logging.md

View File

@@ -0,0 +1,3 @@
# Building a CI pipeline
.center[![Demo](images/demo.jpg)]

View File

@@ -74,6 +74,12 @@ And *then* it is time to look at orchestration!
---
## Stateful services (demo!)
.center[![Demo](images/demo.jpg)]
---
## HTTP traffic handling
- *Services* are layer 4 constructs
@@ -93,13 +99,9 @@ And *then* it is time to look at orchestration!
---
## Logging and metrics
## Ingress with Træfik (demo!)
- Logging is delegated to the container engine
- Metrics are typically handled with Prometheus
(Heapster is a popular add-on)
.center[![Demo](images/demo.jpg)]
---