Build Docker Images for Any Platform with Buildx
We look into building images for multiple platforms and deploying them in a Kubernetes cluster. Talks about the challenges I've faced during the process and ways to mitigate these issues.
I talk about a project I’ve started to work on. The specific technologies I’ve looked into and tried to implement.
We try to create a intro for my videos using css.
We look into scaling Kubernetes using a RabbitMQ queue or using horizontal autoscaling. There are guides for autoscaling using CPU, and I found a repository for RabbitMQ scaling. I will do the operations I’ve detailed in the git repository below.
We try to build page that drops some balls for New Years eve. This is stream content cut down for value.
Trying to implement a SQRL login for Websphere Commerce I ran in to the issue of changing the logged in user from another session. To accomplish this I used the persistent sessions in commerce fetching an activity and changing what user ran in that session. If you want to enable this behavior you need to…
We look into Ceph Rados and try to figure out how Ceph stores data. The main goal is to read data from one cluster as raw objects and write it back to another cluster.