mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-22 06:16:31 +00:00
Last minute fixes
This commit is contained in:
@@ -2,6 +2,8 @@ class: title
|
||||
|
||||
@@TITLE@@
|
||||
|
||||
.footnote[☝🏻 Slides!]
|
||||
|
||||
---
|
||||
|
||||
## Outline
|
||||
@@ -195,6 +197,11 @@ kubectl expose deployment web --port=80
|
||||
curl http://...
|
||||
```
|
||||
|
||||
???
|
||||
|
||||
Kubernetes might feel like an imperative system,
|
||||
because we can say "run this; do that."
|
||||
|
||||
---
|
||||
|
||||
## What really happens
|
||||
@@ -211,6 +218,12 @@ curl http://...
|
||||
|
||||
.footnote[*The amazing diagram on the next slide is courtesy of [Lucas Käldström](https://twitter.com/kubernetesonarm).*]
|
||||
|
||||
???
|
||||
|
||||
In reality, it is a declarative system.
|
||||
|
||||
We write manifests, descriptions of what we want, and Kubernetes tries to make it happen.
|
||||
|
||||
---
|
||||
|
||||
class: pic
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
var slideshow = remark.create({
|
||||
ratio: '16:9',
|
||||
highlightSpans: true,
|
||||
slideNumberFormat: '@jpetazzo — %current%/%total%',
|
||||
slideNumberFormat: '#LISA19 — @jpetazzo — %current%/%total%',
|
||||
countIncrementalSlides: false,
|
||||
excludedClasses: [@@EXCLUDE@@]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user