Skip to content

Commit 09f48d5

Browse files
committed
docs: embed video in k8s intro docs, plus extra notes
1 parent 9c99b17 commit 09f48d5

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

docs/tutorial/k8s-intro.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
From skillshare session 15/10/2025
44

5+
## Video Recording
6+
7+
<iframe
8+
src="https://drive.google.com/file/d/1sIHFzOcloF5CE0LIFsi-fSRKwXQcq9Gx/preview"
9+
width="640"
10+
height="480"
11+
allow="autoplay"
12+
></iframe>
13+
514
## What is Kubernetes?
615

716
- Building on the concept of containers to deploy applications,
@@ -60,7 +69,9 @@ From skillshare session 15/10/2025
6069
domain names and TLS certificates.
6170
- **ConfigMap / Secret**: define configuration or credentials for apps.
6271
- **Namespace**: a separated group of resources, for better organisation /
63-
isolation (for example, group all pods that make up a single app).
72+
isolation (for example, group all pods that make up a single app). Also
73+
helps with namespace-level access control when dealing with many
74+
contractors / devs.
6475

6576
!!! note
6677

@@ -148,8 +159,8 @@ ns
148159

149160
### Deploy Nginx test app
150161

151-
- Using the Nginx deployment YAML defined above, create the file
152-
`nginx.yaml`.
162+
- Using the Nginx deployment YAML defined [above](#yaml-manifests),
163+
create the file `nginx.yaml`.
153164

154165
- Next, apply the deployment to the cluster:
155166

0 commit comments

Comments
 (0)