Tag: english

Trying FluxCD

When you create a whole FluxCD new setup from zero, it’s really easy: use flux bootstrap. it does “everything” for you. In my case I tried this setup first for last year’s advent calendar. Except back then I had an expedition scheduled for the first half of December, so this took the back seat and was eventually forgotten. Therefore in this year past everything I did back then slowly sank into oblivion, so I again had to start pretty much from zero.

I did set up the repo and a cluster (on Civo) back then, but I quickly tore down the cluster when I realized I wouldn’t be able to test it all out. The repo stayed though, so now i was starting afresh with a k3s cluster spanning three nanodes (that’s a linode referral link with a $100 credit over 60 days) and a repository already set up from last year.


Prometheus vs Longhorn, fight!

Last year I had a brief affair with Longhorn. It’s a tool that abstracts the interface to interact with volumes (in my case in Kubernetes) from where the underlying data actually lives. In my case, my cluster consists of three small nodes, and back then most of the data lived in local-path provisioned volumes. Using local-path means that the data is physically on the host machine instead of some virtually mounted filesystem. This also means that once an application has a PVC, it can’t be assigned to any other node (it results in a “conflict”).


Fuck ads

There are ads that I don’t mind. I’ve multiple times clicked on ads on Facebook and ended up actually buying stuff I’m happily using to this day (trousers, shoes, games…). On the other hand I don’t remember ever clicking on any Google ads, mostly because I adblock everywhere by default so I don’t even see them. On my work machine, where I don’t have adblock, Google ads are just plain stupid so it never even occurs to me.

red fire digital wallpaper

Maybe a new watch

I’ve been using a Garmin Instinct since I got back from Aconcagua, both for training in the gym and running or hiking outdoors. I might need to replace it sooner than later.


Rings of what?

I looked forward to the Rings of Power. A show set in the second age of Middle Earth? There is so much potential. Other than the history textbook outline of the Akallabeth, there’s basically nothing set in stone. There are some characters who are described being kings of regions, founding lordships over thousands of years, but for most of it the second age is a blank sheet where you could make any story you’d want. As long as it doesn’t contradict those historical outlines in the Akallabeth.


So, where do you want to live?

I used to answer “meh wherever,” but things are changing. I have more and more grey hairs in my beard, though people are not noticing because of how light in general my hair is. I’m a bit more desperate about swiping right. I even managed to chip my kneecap in the Karakoram (apparently) which made just walking straight tough for a month let alone climbing stairs (or mountains) (it’s better now). I got addicted to watching house design videos on a certain evil website this time, and that got me thinking and planning.


The Baltoro hike

The hike to Broad Peak (and with a little more hiking, K2) base camp is not a joyride. There are no teahouses, the trail can be pretty challenging and there’s not much variety. That’s why I was very surprised when on the hike in, we met some people hiking out with very light gear around Concordia. Turns out they were there on base camp treks. I knew about such base camp treks to Everest base camp or the Annapurna circuit, but it didn’t occur to me anyone in their right mind would want to hike up the Baltoro glacier just for fun.


Migrating from Docker to Podman

I’ve been eyeing Podman for a while. Being able to build and run containers without the Docker daemon hanging around in the background as an omnipotent demigod sounds nice. Less stuff running = good. Installing it is trivial on Ubuntu (unlike installing Docker): apt-get install podman and it’s done. As the documentation states, it can even be aliased to docker to make migration even smoother. It has tons of features that I don’t think are there in Docker: generating Kubernetes YAMLs from running containers, using container LABELs to make run commands simpler and so on.

Which is all nice and it’s to stay for sure, but I had to realize that at this point this won’t have much of an effect on me (anymore). I hardly ever build container images locally, instead using some CI (Github Actions) to do it automatically. Not having to remember all the build options (even if just in .bash_history) is nice, and if I have to put it into code anyway, I might as well automate it completely.

As for running containers, podman run will be now my go-to for experimentation (instead of docker run). However, most of the time I use docker-compose to orchestrate a local development environment. It’s possible to use Podman’s system service to use docker-compose, but then is there much of a difference from running that and having the Docker daemon running? It’s also possible to use (simple) Kubernetes Pod/Service YAMLs to achieve something similar, and I’ll be sure to consider that the next time. But I don’t think I’ll make the effort to change these stuff for existing projects on my current computer. Not unless Docker kills free users altogether…


Sweet base camp

After the unsuccessful summit push, it was time to return to camp 3. Needless to say without the darkness, distances became much smaller. At the same time, people (especially those of us climbing without oxygen) were getting very tired. For some of my teammates, climbing down the rocky “chimney” back on the snowy slopes took maybe even longer than climbing up did. While I’d have preferred to use a figure-8 to safely descend at that point, the ropes were such a tangled mess that it wasn’t an option. So I just rolled some of the ropes around my arm and climbed down as quickly as the altitude allowed. Personally I found that the easy part.

The long, snowy descent back to camp 3 was really hard for me. It was the soft, unstable snow. Basically every step meant sinking or sliding with the snow, making it a very frustrating challenge to go down in (needless to say it was an extremely exhausting challenge to climb too). Even with my trekking pole set up for snow, it was hard to take a step without losing my balance. This quickly drained the last of my energy reserves, so I was getting slower and slower, and I reached camp last of the team. The first thing I did (after reporting in) was collapsing in a tent to sleep for three hours or so (I think I didn’t even turn off my GPS tracker, making some people worry—sorry!).


To the summit of Broad Peak

Multiple people have commented on the trail how tight our summit push is. We didn’t have a third rotation, nor did we get a chance to sleep in camp 3. This is because we were there at the mountain early in the season, but had to sit on our hands for almost ten days due to snow (and then some more snow) and logistics issues. At the same time those of us who got up to camp 3 were fit and strong, ready and eager to go for the summit. Having some more leeway would’ve been nice, but with bad weather incoming, we had limited options. Being a commercial expedition means that we can’t just stay for three more weeks waiting for the next window.