File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33From 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
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
You can’t perform that action at this time.
0 commit comments