January 2019
Intermediate to advanced
484 pages
11h 48m
English
We could switch the context using the use-context subcommand:
# kubectl config use-context chapter5 Switched to context "chapter5".
After the context is switched, every command we invoke via kubectl is under the chapter5 context. There is no need to explicitly specify the namespace when listing your pods.
Read now
Unlock full access