May 2018
Intermediate to advanced
554 pages
13h 51m
English
As in the previous introduction, we can change the default Namespace by switching the current context in kubeconfig to another one:
// check the current context in kubeconfig$ kubectl config current-contextkubernetes-admin@kubernetes
You may feel unfamiliar with the output when checking the current context. The value of the preceding current context is defined and created by kubeadm. You could get minikube shown on screen if you leveraged minikube as your Kubernetes system management tool.
// create a new ...
Read now
Unlock full access