DEV Community

Discussion on: 5 Tips to Be More Productive With Kubernetes

Collapse
 
carehart_40 profile image
Charlie Arehart

Thanks for the tips, Peter. For fellow readers, note first that his original post (offered at the top here as a link to learnistio.com) is now at:

learncloudnative.com/blog/2019-08-...

And as for his first example showing:
kubectl get-contexts
while that will work with minikube, it may not work with other kub implementations, where instead one should use:
kubectl config get-contexts
(for that as well as the other args listed in his first point here). The Kub docs confirming this are here:

kubernetes.io/docs/reference/gener...

Collapse
 
peterj profile image
Peter Jausovec

Thanks Charlie! I've updated the post.

Collapse
 
carehart_40 profile image
Charlie Arehart

And thank you for the quick attention and response. :-)