Add Ingress and Storage test slides with Vagrant instructions
This commit is contained in:
parent
09f01d409f
commit
f3d077e3c4
19 changed files with 319 additions and 38 deletions
36
slides.md
36
slides.md
|
|
@ -3,7 +3,11 @@
|
|||
theme: seriph
|
||||
# random image from a curated Unsplash collection by Anthony
|
||||
# like them? see https://unsplash.com/collections/94734566/slidev
|
||||
background: https://cover.sli.dev
|
||||
# background: https://cover.sli.dev
|
||||
# background: https://cdn.jsdelivr.net/gh/slidevjs/slidev-covers@main/static/mYBMP8pW4uQ.webp
|
||||
# background: https://cdn.jsdelivr.net/gh/slidevjs/slidev-covers@main/static/zRkBOOpKRhs.webp
|
||||
# background: https://cdn.jsdelivr.net/gh/slidevjs/slidev-covers@main/static/3XXSKa4jKaM.webp
|
||||
background: containers.webp
|
||||
# some information about your slides (markdown enabled)
|
||||
title: Minimal Viable Kubernetes
|
||||
info: |
|
||||
|
|
@ -30,7 +34,7 @@ seoMeta:
|
|||
|
||||
# Minimal Viable Kubernetes
|
||||
|
||||
Kubernetes for the impatient and impoverished
|
||||
Kubernetes for the impatient and pragmatic
|
||||
|
||||
Jon Brookes 2025
|
||||
|
||||
|
|
@ -49,11 +53,16 @@ Jon Brookes 2025
|
|||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Hidden image reference to force bundling -->
|
||||
<img src="/containers.webp" alt="preload" style="display:none;" />
|
||||
|
||||
<!--
|
||||
This is an introduction to Minimal Viable Kubernetes (MVK). What it is, why it is and tooling around it.
|
||||
This is an introduction to Minimal Viable Kubernetes (MVK). What it is, why it is brought into being and the tooling around it.
|
||||
-->
|
||||
|
||||
---
|
||||
layout: image-right
|
||||
image: containers3.png
|
||||
transition: fade-out
|
||||
src: ./pages/intro-slide.md
|
||||
---
|
||||
|
|
@ -75,10 +84,6 @@ h1 {
|
|||
}
|
||||
</style>
|
||||
|
||||
<!--
|
||||
Here is another comment.
|
||||
-->
|
||||
|
||||
---
|
||||
src: ./pages/config-slide.md
|
||||
---
|
||||
|
|
@ -104,6 +109,23 @@ transition: fade-out
|
|||
src: ./pages/diagram.md
|
||||
---
|
||||
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
src: ./pages/storage.md
|
||||
---
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
src: ./pages/ingress.md
|
||||
---
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
src: ./pages/ingress-test.md
|
||||
---
|
||||
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
src: ./pages/infctl-summary.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue