Advent of Code – Day 10 – This was a hard one
We solve the day 10 challenges for the Advent of Code. After 3 hours of trying we finally solve it by some interactive debugging.
We look into how to upload really large files using fetch. By splitting up the files, we bypass browsers’ upload limitations. We send …
We solve todays challange at the advent of code 2020. Come join and have some fun.
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.
I’m trying to solve all the Advent of Code puzzles in this video series.
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.
We look into different looping concepts, what they are and when to use them.