mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-08-18 03:26:23 +00:00
Fix overflowing titles and slides in kube material
This commit is contained in:
@@ -336,7 +336,7 @@ Of course, option 2 offers more learning opportunities. Right?
|
||||
|
||||
---
|
||||
|
||||
## We've put resources in your resources all the way down
|
||||
## We've put resources in your resources
|
||||
|
||||
- Reminder: a daemon set is a resource that creates more resources!
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
|
||||
---
|
||||
|
||||
## From human-readable to machine-readable output
|
||||
## Obtaining machine-readable output
|
||||
|
||||
- `kubectl get` can output JSON, YAML, or be directly formatted
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ We should see the following things:
|
||||
|
||||
---
|
||||
|
||||
## Deployments, replica sets, and replication controllers
|
||||
## What are these different things?
|
||||
|
||||
- A *deployment* is a high-level construct
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
|
||||
---
|
||||
|
||||
## Kubernetes network model: the bad and the ugly
|
||||
## Kubernetes network model: the less good
|
||||
|
||||
- Everything can reach everything
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
|
||||
---
|
||||
|
||||
## Rolling out the new version of the `worker` service
|
||||
## Rolling out the new `worker` service
|
||||
|
||||
.exercise[
|
||||
|
||||
|
||||
Reference in New Issue
Block a user