DevOps & SysAdmin

Automation, scripting, infrastructure management for DevOps, SysAdmin and other Tech stuff

LVM on Linux: Logical Volume Management for Flexible Disk Storage

LVM changed how I think about disk management. Before LVM, adding storage meant figuring out partitions, worrying about running out of space, and sometimes having to move data around to resize things. With LVM, extending a filesystem is usually a matter of three commands. Shrinking, snapshotting, moving storage between devices — all doable without downtime.

LVM on Linux: Logical Volume Management for Flexible Disk Storage Read Post »

Linux Process Management: ps, top, htop, and Managing Runaway Processes

Knowing how to find and manage processes is fundamental sysadmin work. It’s not glamorous, but it comes up constantly — debugging a runaway process eating CPU, finding what’s holding a port open, or tracing which process opened a particular file. ps: The Process Snapshot ps shows a snapshot of current processes. The options are confusing

Linux Process Management: ps, top, htop, and Managing Runaway Processes Read Post »

Kubernetes TLS: Securing Ingress with Certificates

Managing TLS in Kubernetes is different enough from regular server TLS that it’s worth covering separately. The concepts are the same — certificates, private keys, certificate authorities — but the mechanics of how you provision, store, and rotate certificates involve Kubernetes-specific objects. I’ve worked through this on a few clusters. Here’s the practical picture. The

Kubernetes TLS: Securing Ingress with Certificates Read Post »

Scroll to Top