Run Backstage with Keycloak SSO on Ubuntu (Without Docker, Minimal Changes)
The official Backstage docs are excellent and very complete. They also move fast: Docker images, Postgres, Kubernetes, and a lot […]
Engineering field notes
Tested walkthroughs from real lab and production-style setups across Linux, cloud, Kubernetes, networking, security, observability, data platforms, IoT, Android, and self-hosted services.
The official Backstage docs are excellent and very complete. They also move fast: Docker images, Postgres, Kubernetes, and a lot […]
When you start working with modern JavaScript tooling, you immediately run into a bunch of names: Docs casually say things
Ubuntu 24.04 ships PostgreSQL in its own repositories (PostgreSQL 16 at the time of writing). The PostgreSQL Global Development Group
This post shows how I deployed ThingsBoard Community Edition (microservices, hybrid DB) on my existing 3-node bare-metal Kubernetes cluster, using:
In a previous post, I built a 3-node HA Kubernetes cluster on bare-metal Ubuntu 24.04 with: In this guide, I’ll
In previous posts, we: This post is the next step: use that same Ceph node as dynamic block storage for
In a previous post, We have a Kubernetes cluster that exposes HTTP for through Traefik and MetalLB. In this follow-up,
This post extends and shows how to add Amazon EBS as persistent storage using the AWS EBS CSI driver. You’ll
This guide shows how to build a 3-node Kubernetes cluster on AWS EC2 where: We do not use: Instead, we
This guide builds a 3-node Kubernetes cluster on bare-metal Ubuntu Server 24.04, where: Everything is done with kubeadm and containerd.