From fe1a61eaeb752df0b32add64a7e8aa3a3acd9b24 Mon Sep 17 00:00:00 2001 From: Ludovic Piot Date: Thu, 12 Jun 2025 21:03:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- slides/k8s/M6-M01-adding-MOVY-tenant.md | 2 ++ slides/k8s/M6-T02-flux-install.md | 12 +++++++++--- slides/k8s/M6-T05-ingress-config.md | 6 ++++-- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/slides/k8s/M6-M01-adding-MOVY-tenant.md b/slides/k8s/M6-M01-adding-MOVY-tenant.md index 13486325..1b2bfcf5 100644 --- a/slides/k8s/M6-M01-adding-MOVY-tenant.md +++ b/slides/k8s/M6-M01-adding-MOVY-tenant.md @@ -192,6 +192,8 @@ pod network is still full mesh and any connection is authorized. --- +class: extra-details + ## Adding NetworkPolicies to **_🎸ROCKY_** and **_🎬MOVY_** namespaces `Network policies` may be seen as the firewall feature in the pod network. diff --git a/slides/k8s/M6-T02-flux-install.md b/slides/k8s/M6-T02-flux-install.md index 4d6cb10e..b53b30b3 100644 --- a/slides/k8s/M6-T02-flux-install.md +++ b/slides/k8s/M6-T02-flux-install.md @@ -305,7 +305,9 @@ flux-system kustomization/flux-system main@sha1:d48291a8 False --- -### 🔍 Flux -- for more info +class: extra-details + +### Flux -- for more info Please, refer to the [`Flux` chapter in the High Five M3 module](./3.yml.html#toc-helm-chart-format) @@ -343,13 +345,17 @@ describes where `Flux kustomize-controller` looks for a `kustomization.yaml` fil --- -### 🔍 Kustomize -- for more info +class: extra-details + +### Kustomize -- for more info Please, refer to the [`Kustomize` chapter in the High Five M3 module](./3.yml.html#toc-kustomize) --- -### 🔍 Group / Version / Kind -- for more info +class: extra-details + +### Group / Version / Kind -- for more info For more info about how Kubernetes resource natures are identified by their `Group / Version / Kind` triplet… … please, refer to the [`Kubernetes API` chapter in the High Five M5 module](./5.yml.html#toc-the-kubernetes-api) diff --git a/slides/k8s/M6-T05-ingress-config.md b/slides/k8s/M6-T05-ingress-config.md index 5eb56b9d..0abb4bdd 100644 --- a/slides/k8s/M6-T05-ingress-config.md +++ b/slides/k8s/M6-T05-ingress-config.md @@ -13,7 +13,9 @@ The regular way to do it in Kubernetes is to configure an `Ingress` resource. --- -## 🔍 Ingress -- for more info +class: extra-details + +## Ingress -- for more info Please, refer to the [`Ingress` chapter in the High Five M2 module](./2.yml.html#toc-exposing-http-services-with-ingress-resources) @@ -143,7 +145,7 @@ class: pic --- -### Here is the result! +### Here is the result After Flux reconciled the whole bunch of sources and kustomizations, you should see