Recent Posts

Tidying YAML

less than 1 minute read

I’m a sucker for nicely formatted code and config. Working a lot with Kubernetes I like to see my Kubernetes YAML formatted consistently. This helps find the...

Vim - Skeleton files

less than 1 minute read

I’ve been looking for a way to quickly create ‘skeleton’ files of the text files I work on regularly, for instance Kubernetes yaml files.

Namespace stuck in Terminating - Kubernetes

less than 1 minute read

Occasionally you may find that having issued a kubectl delete namespace yournamespace command, the namespace gets stuck in Terminating state, and is never ac...

Working Copy iPad

less than 1 minute read

One of the reasons I don’t update this blog is that I haven’t found an easy way to do it. Cloning the repo, then editing files, then committing is a hassle. ...