Docker
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 …