/home/ahmetb
  • Blog
  • About me
  • Tweets
  • GitHub
  • Talks

Tag: Docker, Kubernetes

14 June 2017

GCR.io Tips & Tricks

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. Read More →

17 May 2017

kubectx Recharged: kubens

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. Read More →

28 April 2017

kubectx: a tool to switch between Kubernetes contexts

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. Read More →