If you’ve used dig domain.com ANY lately to see all DNS records for a domain, you’ve probably noticed it doesn’t work anymore. Instead of A, MX, NS, TXT records, you get a single weird line…
Category: DevOps
Self-hosted Plausible Analytics on Kubernetes (with db operators and ArgoCD)
I’ve been running Plausible for my website analytics for over four years. They do a great job as a managed service and I really like their team…but I have a Kubernetes cluster on Hetzner Cloud…
Read more of Self-hosted Plausible Analytics on Kubernetes (with db operators and ArgoCD)
This Website runs on an autoscaling, european, self-hosted Kubernetes cluster
My personal website, simon-frey.com, now runs on a self-managed Kubernetes cluster on Hetzner Cloud. This is, by any reasonable measure, complete overkill for a personal website that gets a few hundred visitors a day. But…
Read more of This Website runs on an autoscaling, european, self-hosted Kubernetes cluster
Discussion Solved: Cloud vs. On-Prem
There is this decade old discussion: Cloud vs. On-Prem which is better? This article solves this debate and gives you guidelines on what to do for your business. Infrastructure exists on a spectrum of trade-offs,…
How to use Azure OpenAI GDPR Compliant?
Using cloud services like Microsoft Azure often raises questions about data protection, especially when it comes to processing sensitive data within the EU. Here’s an important detail you should be aware of: Even if you…
How to install golang (go) >1.21 in Ubuntu with Snap
Install golang in a somewhat recent version in Ubuntu is quite annoying. Here a on-line command which will do the trick for you. (Replace 1.21 with whatever version of go you want to install) What…
Read more of How to install golang (go) >1.21 in Ubuntu with Snap