Tag: devops

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

  • Got a host directory? Wish it were seamlessly mounted in your VM? Want to avoid NFS? 9p!

    Got a host directory? Wish it were seamlessly mounted in your VM? Want to avoid NFS? 9p!

    I wrote earlier about my life-long affair with NFS. 25 years of my life have gone into rpc portmappers and nis etc. But, so many letters in NFS, is there a better way? Enter 9p. This post has a pretty good description. But, in a nutshell, 9p will use virtio transport, so no IP, no…

  • Cloud billing and bugs: log ingestion

    Cloud billing and bugs: log ingestion

    So I’m using Google Cloud Platform (GCP) with Google Kubernetes Engine (GKE). Its not a big deployment (3 instances of 4VCPU/7.5GB RAM), but is now up to about $320/month. And I’m looking at the log ingestion feature. You pay for the bytes, api calls, ingestion, retrieval. See the model here. Feature Price1 Free allotment per…

  • The agony of NFS for 25+ years of my life! Then and now. ClearCase and Kubernetes

    The agony of NFS for 25+ years of my life! Then and now. ClearCase and Kubernetes

    My first experiences with NFS (Network File System) started in 1989. My first term at university, a set of vax machines running BSD Unix, some vt220 terminals, and ‘rn’. My first understanding of NFS came a few years later. ClearCase. I was working at HP, the year was 1992. Most of us on the team…