Skip to main content

Main navigation

  • Home
  • About
  • KB
codatory's musings

Fix drm-kmod after upgrading FreeBSD to 14.2-RELEASE

By codatory | Thu December 12, 2024

Caution: this is probably not the best way to do this. I took a break from FreeBSD and am just getting back into it.

Do this from your "broken" install of 14.2. You may need to use an alternate console or SSH.

Prep Ports and OS Sources

pkg install -y git portmaster

git clone --branch releng/14.2 https://github.com/freebsd/freebsd-src.git /usr/src

git clone --branch main https://github.com/freebsd/freebsd-ports.git /usr/ports

  • Read more about Fix drm-kmod after upgrading FreeBSD to 14.2-RELEASE

Acadia National Park

By codatory | Wed September 27, 2023
acadia national park

Honestly, what can I say that hasn’t already been said about Acadia? It was absolutely gorgeous, and picking just a few hikes to fit in the time I had was quite the challenge. If you have the opportunity, definitely go visit!

awol
  • Read more about Acadia National Park

Quechee Gorge

By codatory | Tue September 19, 2023
Quechee Gorge

If you google for things to do along I-91 in Vermont, one of the top things on the list will inevitably be Quechee Gorge Trail. The state park made for a convenient and affordable stop for the night, with direct access to the trail and easy access to the shops nearby. Heads up though, the trail from the campground down is pretty serious so if you aren’t a big hiker take the shortcut out to the road and join the trail at the bridge where things are much easier.

awol
  • Read more about Quechee Gorge

The Journey Begins

By codatory | Mon September 18, 2023

It’s been an adventure all its own to kick off this season of travel. I gave up my apartment as part of the kickoff, which required a lengthy and complex move of everything into storage. On top of that, in the middle of the move I had to take the RV back to the factory to get some long delayed repairs made.

Thankfully, with the help of my family and friends, I was able to get everything going and into good shape and it’s time to begin my travels.

awol
  • Read more about The Journey Begins

2022 Thor Tellaro L Year in Review

By codatory | Mon April 24, 2023
motorhome parked on beach

The astute readers among you might recognize this post is a bit late for a year-end review. Unfortunately, part of owning a new RV is dealing with problems and my rig has been out of commission for about 8 weeks now due to a failure in the electrical system.

overvanalyzed
  • Read more about 2022 Thor Tellaro L Year in Review

Hello Keepalived

By codatory | Sat December 03, 2022

My K8S cluster has been pretty flaky, with lots of errors on the KubeAPI and Metrics Server going unavailable regularly. I was also frequently unable to get logs from my pods. Turns out I should've read the K0S documentation better.

kubernetes
  • Read more about Hello Keepalived

Hello Host Patching

By codatory | Sun November 20, 2022

Well, it's been a few days and now we want to check for updates on our host systems and be able to patch them. After all, we can't deploy workloads until we have reached some baseline operational maturity. While there are some cluster-native ways to orchestrate patching I'm still happy to have my legacy tooling (Ansible) do it as a slightly simpler workflow.

kubernetes
  • Read more about Hello Host Patching

Hello Monitoring

By codatory | Sat November 19, 2022

Perfect, we've got storage sorted out and now we can run real applications. Let's deploy monitoring to our cluster so we can see how it's performing and check that everything is working correctly. We'll be deploying the Prometheus Stack, as this is the most popular and best supported monitoring solution for Kubernetes. Any guesses how this starts?

kubernetes
  • Read more about Hello Monitoring

Hello NFS

By codatory | Sat November 19, 2022

Ok, now we have a problem. We haven't told Kubernetes where it can find storage for our apps. In this example, we're going to use NFS but there are loads of other options like OpenEBS and Gluster. I'm going to assume you've already configured your NFS server of choice, and you know the appropriate mount options.

kubernetes
  • Read more about Hello NFS

Hello MetalLB

By codatory | Fri November 18, 2022

Ok, we need an easy way to connect services running in our cluster to the external network. The method I chose is MetalLB, because it's a very simple and flexible way to expose services without relying on an external load balancer. MetalLB plays well with the CNI (Kube-Proxy) used by k0s, so we don't need to do anything special to prepare for the installation. I already have Helm installed on my administration system, so deploying MetalLB is really simple. First we need to add the repository to Helm.

kubernetes
  • Read more about Hello MetalLB
Pagination
  • Current page 1
  • Page 2
  • Page 3
  • Page 4
  • Next page Next ›
  • Last page Last »

Copyright © 2025 Alex Conner