DevOps

Kubernetes Interview Tips

At work, we've been using Kubernetes for several years now. There's a lot to learn and know about Kubernetes, but it really depends on the role that you are applying for. For more thoughts, check out this great article by the Enterprisers Project, where I discuss more of my thoughts on the …

Containerize the old …

Docker and container cluster managers like Kubernetes have helped our industry to embrace microservice architectures. Where I work, we are building cloud native applications at an incredible pace previously inconceivable with a team our size. The productivity gains of a modern stack including …

Wordpress on Kubernetes

This wordpress instance is hosted on a private kubernetes cluster. The default wordpress docker image has an upload limit of 8MB, which made it difficult to upload this theme and to migrate from another provider. So, I created a new docker image that increases the upload limit to 128MB. If …