Howdy

About The Blog

This site is my personal journal. A place I can shout into the void. There’s no fixed category and I’m not here to make money or sell anything. My posts can be about work, life, technology, social issues, sometimes a bit of politics, anything really.

Think of it like a personal social media account.

About Me

GenX · British Texan · Cloud Architect · Consultant DevOps Engineer · Charity Trustee · Husband · Dad · Old School Geek · Environmentalist · Gardener · Pagan Druid · Gamer · Chaotic Neutral

Those labels explain pretty much everything important about me aside from my political views - which is a whole other set of labels.

In more detail, I’m a Texan living in the UK and working in the IT industry for nearly 30 years. I currently run my own company as a consultant cloud architect and DevOps engineer and I specialise in helping companies build enterprise grade solutions using AWS, Google, and Azure public clouds; using infrastructure-as-code; and other DevOps practices.

If you want to learn more about my professional experience, check out my LinkedIn profile.

In my time I’ve worked at Burger King, washed oil rigs, been an auto mechanic, loaded bombs, missiles, and canons of US Air Force F-111s and F-16s, been a development engineer using Informix 4GL, then as a database administrator, then as systems administrator responsible for entire enterprises, before finally finding my niche as a Linux-based release engineer / architect. In the last few years I’ve been heavily involved in DevOps methodologies, Cloud based environments, and Platform Engineering.

Outside work, among other things, I’m an allotment gardener, and in 2020, after quite a few years of study with The Open University, I graduated with a Bachelor of Science in Environmental Management and Technology.

I also volunteer as: a trustee and webmaster of The Druid Network - a registered charity in English and Wales.

This Web Site’s Tech

Earlier this year I rebuilt both my AWS EC2 servers into this common containerised platform running in a single Spot instance. For anyone interested, I’ll do a more in depth explanation when I build my Cloud Cauldron blog - but it basically looks like this:

  • A dedicated VPC, and EC2 Spot instance spun up with (OpenTofu) Terraform, running a Debian Sid AMI but encrypted.

  • A root volume that’s small and remains mostly untouched. Only enough changes to the root volume to enable it to reboot without needing any configuration changes.

  • An all-important persistent data and configuration lives on a separate encrypted volume mounted at /volume. This gets backed up via a snapshot from AWS Data Lifecycle Manager.

  • I’ve open sourced all the OpenTofu Terraform to create it all here.

  • Everything important is running as a Docker container via Docker Compose. There are 5 major Docker containers that need to remain up:

    • certbot: Mostly sleeping for 12 hours at a time but then checking for certs that need to be renewed
    • nginx: Powers all the static and tool sites.
    • php: Has the same mounts as nginx and runs any PHP needed
    • mariadb: Powers any needed mysql/mariadb databases.
    • gitea: powers Gitea separately. nginx reverse proxies it.
  • All Powering These Sites:

    • A Wordpress site powering a personal archive. (nginx and php)
    • bocan.dev - A 1 page CV site. (just nginx)
    • cfunder.me - A personal URL shortener. (nginx and php)
    • My personal blog (nginx and hugo), and tooling hidden underneath:
    • My business site (just nginx) - but soon to be my business blog (nginx and hugo)
    • My family tree site (just nginx)
  • There are 3 crontab jobs executing commands inside the docker containers:

    • Every 15 minutes, exec into php and update my TTRSS site to get check RSS feeds.
    • Every 31 minutes, exec into php and run the Nextcloud cron processing.
    • Every 5 minutes, use Git to pull all configuration from GitHub, then exec into the Hugo container and generate the static blogs.
  • Issues I still need to fix:

    • The Terraform’s state is local on my laptop.
    • The Git repo with all the content, also stores the web certificates so I can’t make it public.

Know, O Prince

that between the years when the oceans drank Microsoft DOS and the gleaming Windows, and the rise of “The Cloud”, there was an Age undreamed of, when shining servers lay spread across the world like blue mantles beneath the stars - Debian, FreeBSD, Slackware, AIX, Solaris with its dark-haired sales women and server towers of spider-haunted mystery, SuSE with its chivalry, Caldera that bordered the pastoral lands of SCO, OpenBSD with its shadow-guarded passwords, RedHat whose Sys Admins wore steel and silk and gold. But the proudest kingdom of the world was Apple, reigning supreme in the dreaming west. Hither came Chris the Texan, little-haired, sullen-eyed, MacBook in hand, a builder, a programmer, a sys-admin, a devops engineer, with gigantic melancholies and gigantic mirth, to tread the jewelled server rooms of the earth under his sandled feet."

– By tradition, this has been on every home page I’ve ever had