diff --git a/slides/k8s/architecture.md b/slides/k8s/architecture.md index 37940a88..e3bf8c86 100644 --- a/slides/k8s/architecture.md +++ b/slides/k8s/architecture.md @@ -214,7 +214,7 @@ This is equivalent to `kubectl create namespace hello`. - Read back our object: ```bash - kuectl get namespace hello -o yaml + kubectl get namespace hello -o yaml ``` ]