Ken Muse
Mounting Files as Volumes

Mounting Files as Volumes

Part of mastering Kubernetes or containers is understanding how they work and how they interact with the host system. You’ve probably seen how to mount drives or folders into a containerized system, but there is another approach – mounting a file like a drive. This post will explore how to do this using a loop device in Linux.

Read more

ARM Templates and Cloud Init

ARM Templates and Cloud Init

It’s easy to utilize inline Cloud-Init in your ARM templates to configure your site. But how do you develop and deploy if the file is not embedded?

Read more