-
Infra Fun: Prometheus Broke My Haraka Installation
Sometimes, if Prometheus gets too chatty with your mail server (it should never be looking for metrics on port 25 anyway), it can overwhelm SMTP servers which perform backoff for bad requests.
-
Everything I've seen on optimizing Postgres on ZFS
Looking to run Postgres on ZFS? I've gathered some of the information and sage advice out there to give you a head start on figuring out how to do it safely and efficiently.
-
New node who dis? DNS Issues and Calico Failures on a resurrected Node
A while back, I had a somewhat soft node failure due to Calico not allowing the same node to come up under a different IP address.
-
Handling your first dead Hetzner hard drive
Wondering what happens when a hard drive you're using on a Hetzner dedicated server fails? Wonder no longer.
-
Using Baserow to power the landing page for NimbusWS
I used Baserow (https://baserow.io) as the backend for a tiny landing page built for NimbusWS (https://nimbusws.com). Yak shaving aside, building with Baserow was quicker, easier, and much easier to manage/administer than other solutions I might have chosen in the past.
-
Bare metal k8s storage: OpenEBS ZFS LocalPV + Rancher Longhorn
I recently reworked my storage setup in pursuit of both production and flexibility. Looking at the F/OSS space led me to OpenEBS ZFS LocalPV with Longhorn on top, and here's why.
-
How and why Haskell is better (than your favorite $LANGUAGE)
A quick list of features which Haskell benefits from that your language probably doesn't
-
Ansible tip: Variables from inventory file
How to use variables from your inventory file, once and for all
-
Automating k0s cluster backup with Ansible and SystemD
A quick and simple guide to automating your k0s cluster backup with ansible and systemd. You can probably guess the code you're about to read.
-
Sometimes the problem is DNS (on Hetzner)
If you're running on Hetzner, you might want to update your DNS settings to use some other resolvers. This can problem can manifest if you're trying to resolve DNS names that resolve to your own machines *from inside your own machines*.