Setting Up `cert-manager` with Let's Encrypt and Cloudflare DNS-01 in Kubernetes

This draft turns a real cluster note into a cleaner walkthrough for installing cert-manager, configuring a Cloudflare-backed ClusterIssuer, issuing certificates, and handling a few common ingress-related surprises.

Restoring FusionAuth with Postgres Dumps and Elasticsearch Cleanup

This draft turns a real outage recovery note into a readable operations walkthrough covering service scale-down, Elasticsearch cleanup, database restore, and controlled service startup.

Installing an SSH Entry Point for WSL 2 on Windows 10

This draft captures the Windows-side pieces needed to make an SSH service running in WSL 2 reachable through a Windows 10 host.

Using `imagePullSecrets` for a Private Registry in Kubernetes with Containerd

This draft is based on a real cluster note where I validated private image pulls in Kubernetes by creating a Docker registry secret, attaching it to a deployment, and testing the workload in a dedicated namespace.

Forcing IPv4 and Disabling IPv6 on Ubuntu 20.04

This draft captures a simple Ubuntu 20.04 configuration change where I disabled IPv6 through sysctl.conf to force IPv4 behavior for a workload.

Fixing `br_netfilter` Sysctl Errors During Kubernetes Node Prep

This draft captures a Kubernetes preparation issue where sysctl reloads failed because /proc/sys/net/bridge/bridge-nf-call-iptables did not exist until br_netfilter was loaded.

Rebuilding Worker Nodes in a Rancher-Managed Cluster

This draft captures a real cluster recovery workflow where problem nodes were cleaned up, re-registered into Rancher, and then brought back into a larger rebuild that included storage, MetalLB, and GPU-related follow-up work.

Fixing a DeepOps or OpenShift Ansible Run Blocked by `pkg_resources`

This draft captures a small but blocking issue in a DeepOps-style Ansible run where the remote Python environment was missing the pkg_resources module from setuptools.

Investigating `vsftpd` TLS Problems in Kubernetes

This is a draft stub built from a raw troubleshooting note where an FTP service in Kubernetes showed TLS disconnect errors and repeated container crashes.

Provisioning a CentOS 7 Instance on Vultr

This is a real-world provisioning log, rewritten into a readable deployment walkthrough for Linux admins and technical hiring managers.