Trying K3s on ARM, Part 1

Why k3s and not stick with k8s? I wanted to experiment with k3s. They package everything you need in a single binary, don’t package in deprecated parts of k8s, and it works on Intel, ARMv7 and ARM64. It seemed like it’d be a less painful way to runn Kubernetes on my ARM cluster. ...

August 9, 2019 · 4 min · 849 words · Me

Equifax 2017 Breach Settlement Information

Get your money from the Equifax settlement regarding the 2017 security breach. ...

July 27, 2019 · 1 min · 172 words · Me

Adding a Distributed Filesystem to the Cluster

One of the reasons I set up my cluster was that I’m running out of space on my NAS. I don’t want to buy a whole new chassis, and while I could have put individual file shares on each cluster node, that would be both inconvenient and not provide any data redundancy without a lot of brittle home-rolled hacks to rsync data from node to node. And since distributed file systems are a thing, I’d rather not resort to hacks. ...

June 23, 2019 · 5 min · 1025 words · Me

Things I Learned About Docker Mac

I had a bunch of cruft in start scripts that would determine the IP of my laptop and set it as an environment variable to pass to docker-compose and it turns out that with Docker for Mac you don’t have to do all that work - just use docker.for.mac.localhost as a hostname.

May 8, 2019 · 1 min · 52 words · Me

Fix macOS Captive WIFI Portal Issue

I’m not sure if this is just macOS Mojave being flaky or some interaction with the security malware installed on my work laptop, but it refuses to connect to some captive portals. ...

March 5, 2019 · 1 min · 108 words · Me

Parts list for the ARM cluster

I realized I forgot to include a parts list for the cluster in my ARM cluster post (all prices are as of March 3rd, 2019), so here we go. ...

March 1, 2019 · 1 min · 160 words · Me

Getting an ARM kubernetes cluster up and running

I recently decided to set up a Kubernetes cluster in my basement, partly because I’d never set a cluster up from scratch by myself, and partly because my existing NAS was beginning to run out of headroom. ...

February 17, 2019 · 7 min · 1419 words · Me

title: “Set up samba access to moosefs” date: 2023-05-21T18:15:48-06:00 draft: true tags: samba homelab moosefs howto Here’s how I set up samba access to my moosefs distributed filesystem ...

1 min · 29 words · Me