Tag: security

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

  • Hack or Genius: cloud backup revisited

    Hack or Genius: cloud backup revisited

    So earlier I wrote about my simple rsync approach. It worked well for a bit, and then mysteriously broke. Why you ask? And how did I fix it? Well, down the rabbit-hole we go. First I get an email from Google GCP/GKE people. Hello Google Kubernetes Customer, Several vulnerabilities were recently discovered in the Linux kernel which…

  • Gadgets w/ wheels and batteries arrive: electric assist bike

    Gadgets w/ wheels and batteries arrive: electric assist bike

    So the new office doesn’t have free parking. Its not far from home, and I’ve been walking, but as its getting hotter that is getting stickier. Time for a solution involving electrical gadgets I hear you say. You are right! So I acquired a VoltBike Urban (black). Spiffy right? It folds up to make differently-shaped…

  • Today’s post brought to you by the letter ‘k’: quickly re-pull an image in kubernetes

    Today’s post brought to you by the letter ‘k’: quickly re-pull an image in kubernetes

    What do KDE, Kubernetes, and Krusty the Klown have in common? They all paid attention in English class where they taught us about cacaphony. In Xanadu did Kubla Khan a stately pleasure dome decree. And all their commands are ‘k*’. Ps, poor euphony, never used. So here’s a ‘k*’ for you. You are developing along.…

  • Running magnum (Kubernetes orchestration) on OpenStack Queens: lxd to the rescue

    Running magnum (Kubernetes orchestration) on OpenStack Queens: lxd to the rescue

    So the home OpenStack system is running Queens on Ubuntu 18.04, courtesy of Kolla. Great. The all-NVME Ceph I talked about in the previous post is kicking ass and taking names for glance/nova/cinder. Now, lets try some container orchestration and install Kubernetes via Magnum. Make sure to use Fedora-Atomic and not coreos because of this. But also…