











Working with kubernetes configmaps, part 1: volume mounts
A couple of thoughts.If you write applications to run on kubernetes, there’s at least a decent chance you’re passingly (or more) familiar with golang. Kubernetes is, after all written in go, and a lot of tools have sprung up around kubernetes/docker which are also written in go, and go has been gaining a great deal of traction in the broader cloud development community.And if you write applications to run on kubernetes, there is a...


Structure size optimization in Golang (alignment/padding). More effective memory layout (linters).
Photo by Harrison Broadbent on UnsplashToday I would like to tell you about the alignment of structures in Golang.The capacity of the machines is growing every year. And our computing power allows us to perform...