added gcloud intro
- Created a new script `instalL_asciinema.sh` to automate the installation of asciinema. - The script detects the operating system and architecture to download the appropriate binary. - Supports Linux (both musl and GNU) and macOS (Darwin). - Sets executable permissions for the downloaded binary and verifies the installation by displaying the version.
This commit is contained in:
parent
f3d077e3c4
commit
09f36dff16
26 changed files with 493 additions and 33 deletions
86
slides.md
86
slides.md
|
|
@ -7,7 +7,7 @@ theme: seriph
|
|||
# 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
|
||||
background: container_pipeline.jpg
|
||||
# some information about your slides (markdown enabled)
|
||||
title: Minimal Viable Kubernetes
|
||||
info: |
|
||||
|
|
@ -37,7 +37,7 @@ seoMeta:
|
|||
Kubernetes for the impatient and pragmatic
|
||||
|
||||
Jon Brookes 2025
|
||||
|
||||
cont13_c.jpg
|
||||
[https://headshed.dev/n25](https://headshed.dev/n25)
|
||||
|
||||
<div @click="$slidev.nav.next" class="mt-12 py-1" hover:bg="white op-10">
|
||||
|
|
@ -60,13 +60,74 @@ Jon Brookes 2025
|
|||
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: cont3_c.jpg
|
||||
transition: fade-out
|
||||
src: ./pages/intro01.md
|
||||
---
|
||||
|
||||
---
|
||||
layout: image-right
|
||||
image: cont8_c.jpg
|
||||
transition: fade-out
|
||||
src: ./pages/intro02.md
|
||||
---
|
||||
|
||||
---
|
||||
layout: image-right
|
||||
image: containers3.png
|
||||
transition: fade-out
|
||||
src: ./pages/intro-slide.md
|
||||
src: ./pages/intro03.md
|
||||
---
|
||||
|
||||
---
|
||||
layout: image-right
|
||||
image: containers2.jpg
|
||||
transition: fade-out
|
||||
src: ./pages/intro04.md
|
||||
---
|
||||
|
||||
---
|
||||
layout: image-right
|
||||
image: boat-under-water.jpg
|
||||
transition: fade-out
|
||||
src: ./pages/intro05.md
|
||||
---
|
||||
|
||||
---
|
||||
layout: image-left
|
||||
image: cont_ship3_c.jpg
|
||||
transition: fade-out
|
||||
src: ./pages/uses01.md
|
||||
---
|
||||
|
||||
---
|
||||
layout: image-left
|
||||
image: cont_ship4_c.jpg
|
||||
transition: fade-out
|
||||
src: ./pages/uses02.md
|
||||
---
|
||||
|
||||
|
||||
---
|
||||
layout: image-left
|
||||
image: cont_ship5_c.jpg
|
||||
transition: fade-out
|
||||
src: ./pages/uses03.md
|
||||
---
|
||||
|
||||
|
||||
---
|
||||
layout: image-left
|
||||
image: hi-and-dry.png
|
||||
transition: fade-out
|
||||
src: ./pages/uses04.md
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
<!--
|
||||
You can have `style` tag in markdown to override the style for the current page.
|
||||
Learn more: https://sli.dev/features/slide-scope-style
|
||||
|
|
@ -99,31 +160,27 @@ src: ./pages/usage-slide.md
|
|||
---
|
||||
|
||||
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
src: ./pages/run-slide.md
|
||||
src: ./pages/diagram-single-node.md
|
||||
---
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
src: ./pages/diagram.md
|
||||
src: ./pages/diagram-3node.md
|
||||
---
|
||||
|
||||
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
src: ./pages/storage.md
|
||||
src: ./pages/gcloud-single.md
|
||||
---
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
src: ./pages/ingress.md
|
||||
---
|
||||
|
||||
---
|
||||
transition: fade-out
|
||||
src: ./pages/ingress-test.md
|
||||
---
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
|
|
@ -147,4 +204,3 @@ class: text-center
|
|||
|
||||
[https://headshed.dev/n25/](https://headshed.dev/n25/)
|
||||
|
||||
<PoweredBySlidev mt-10 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue