My journey to gracefully shut down a docker image in Kubernetes
In this video I talk about the different iterations I went through the last weeks in order to shut down a docker image in Kubernetes with workloads without missing any jobs.
I’ve looked into diskprediction. I think it’s an interesting way to figure out the state of your hardware by running a scikit learn model over your statistical data from S.M.A.R.T.
We look into how to install Apache Kafka in production using ZooKeeper for redundancy and working with topics. We also setup a producer for syslogs and checking the consumer for all the logs to appear.
In this video we look into how TensorRT 8.2 works. Talk about the improvements made in TensorRT and also what’s new in 8.2.
I look into the PiBox that arrived in the mail the other day. In this unboxing video, I go through the PiBox features and talk about what’s in the box and what you could use it for, and how the hardware is put together.
We look at the posibility of coding python in order to change your minecraft world. Adding blocks with python and creating buildings and games in Minecraft. Adventure in Minecraft: https://ift.tt/2UpJuvQ Castle code: # Import necessary modules import mcpi.minecraft as minecraft import mcpi.block as block # Connect to Minecraft mc = minecraft.Minecraft.create() # Get the players…
We look into ceph storage building our own cluster using the ceph storage engine. A cluster usually contains multiple monitors, object storage daemons, managers and metadata servers. We talk about what their role is and how to install machines to handle this. We also cover what requiredments a ceph cluster has.