diff --git a/prepare-vms/settings/jerome.yaml b/prepare-vms/settings/jerome.yaml index adf74639..62e8a08f 100644 --- a/prepare-vms/settings/jerome.yaml +++ b/prepare-vms/settings/jerome.yaml @@ -8,7 +8,7 @@ clusterprefix: node cards_template: jerome.html # Use "Letter" in the US, and "A4" everywhere else -paper_size: A4 +paper_size: Letter # Feel free to reduce this if your printer can handle it paper_margin: 0.2in diff --git a/slides/k8s/concepts-k8s.md b/slides/k8s/concepts-k8s.md index 78e524a3..dc597bed 100644 --- a/slides/k8s/concepts-k8s.md +++ b/slides/k8s/concepts-k8s.md @@ -130,6 +130,12 @@ class: pic --- +class: pic + +![One of the best Kubernetes architecture diagrams available](images/k8s-arch4-thanks-luxas.png) + +--- + ## Running the control plane on special nodes - It is common to reserve a dedicated node for the control plane @@ -253,22 +259,16 @@ class: pic --- -class: pic - -![One of the best Kubernetes architecture diagrams available](images/k8s-arch4-thanks-luxas.png) - ---- - ## Credits -- The first diagram is courtesy of Weave Works +- The first diagram is courtesy of Lucas Käldström, in [this presentation](https://speakerdeck.com/luxas/kubeadm-cluster-creation-internals-from-self-hosting-to-upgradability-and-ha) + + - it's one of the best Kubernetes architecture diagrams available! + +- The second diagram is courtesy of Weave Works - a *pod* can have multiple containers working together - IP addresses are associated with *pods*, not with individual containers -- The second diagram is courtesy of Lucas Käldström, in [this presentation](https://speakerdeck.com/luxas/kubeadm-cluster-creation-internals-from-self-hosting-to-upgradability-and-ha) - - - it's one of the best Kubernetes architecture diagrams available! - Both diagrams used with permission.