diff --git a/slides/k8s/namespaces.md b/slides/k8s/namespaces.md index e84d18a3..55d2b8b5 100644 --- a/slides/k8s/namespaces.md +++ b/slides/k8s/namespaces.md @@ -205,9 +205,7 @@ Note: it might take a minute or two for the app to be up and running. kubectl config set-context --current --namespace=foo ``` -- We can also use a little helper tool called `kubens`. - - (These examples are for illustration, and are not functional.) +- We can also use a little helper tool called `kubens`: ```bash # Switch to namespace foo @@ -216,6 +214,10 @@ Note: it might take a minute or two for the app to be up and running. kubens - ``` +- On our clusters, `kubens` is called `kns` instead + + (so that it's even fewer keystrokes to switch namespaces) + --- ## `kubens` and `kubectx`