Advent of Code – Day 5
We solve the day 5 challenges for the Advent of Code.
I needed some test data to migrate into Vitess and training on GUI work. In this video, I go through the code I created to convert the …
We look into the different ways that your Java code can be executed and how this impacts performance.
This is my first look into Bacula. A backup solution where you can read data from multiple clients and store it on different storage …
We will look into the Ceph dashboard and the different metrics you can find there. Then we will configure Prometheus Alertmanager to get timely alerts from the metrics in your Ceph Cluster.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
I look into the Ceph Rook orchestrator that is the pre-cursor to the Ceph admin tooling. This installtion uses an Kubernetes installation in order to deploy a cluster and scale it up and down. Sadly the Ceph GUI don’t have much control so all changes are done with Kubernetes manifests from the command line.