Google Container Registry is probably the easiest to use
container image storage solution out there. I want to share some tips and tricks
I found out about in the past few months.
A few weeks ago I released a small tool called kubectx
that makes it easy
to use kubectl
command on multiple clusters. Today, I am adding another tool
called kubens
that can be used to switch between Kubernetes namespaces back
and forth.
I recently found myself typing a lot of keystrokes just to switch
between the GKE clusters
I’m currently using. The kubectl command line tool currently does not
make it as easy as I would like, so I wrote my own tool.