Tag: container

  • The agony of NFS: the knife twists a bit more

    The agony of NFS: the knife twists a bit more

    Recently Google announced Filestore. I was all set to rejoice, after my heartbreaks of recent days. After all, it seemed like NFS might have been the answer for me, but I would have to have it run outside of Kubernetes. So it was with great joy I signed up for the beta program, and even…

  • Kubernetes and private registries and names: your registry credentials everywhere

    Kubernetes and private registries and names: your registry credentials everywhere

    Its 2018 so you have at least a few private container registries lurking about. And you are using Kubernetes to orchestrate your Highly Available Home Assistant (which you never make an acronym of since people would laugh at you) as well as other experiments. You’ve read the book on namespaces and are all in on…

  • Completely Complex Cloud Cluster Capacity Crisis: Cool as a Cucumber in Kubernetes

    Completely Complex Cloud Cluster Capacity Crisis: Cool as a Cucumber in Kubernetes

    So…. capacity. There’s never enough.  This is why people like cloud computing. You can expand for some extra cash. There’s different ways to expand: scale out (add more of the same) and scale up (make the same things bigger). Normally in cloud you are focused on scale-out, but, well, you need big enough pieces to…

  • Cloud simplicity: NOT!

    (queue wayne’s world music on the ‘NOT!’). So. Gitlab, Gitlab-runner, Kubernetes, Google Cloud Platform, Google Kubernetes Engine, Google Cloud Storage. Helm. Minio. Why? OK, our pipelines use ‘Docker in Docker’ as a means of constructing a docker image while inside a ‘stage’ that is itself a docker image. Why? I don’t want to expose the…

  • Google adds filestore. But what about the Kubernetes unmount issue?

    Google adds filestore. But what about the Kubernetes unmount issue?

    OK, like all good google products its ‘beta’. But, filestore. This replaces the hackery that people like me have been doing. Except it doesn’t really, its actually kind of the same thing. Its still NFS. The issue is still open, no umount leaves dangling nfs mounts on the host. But, progress. Assuming I can work…