Setting up iSCSI in Ceph
We look into how iSCSI works inside of Ceph. How to set it up and configure windows to connect to a drive.
During my spare time, I love to have some hobby projects. In this case, I implemented a quiz application that we could use on Fridays at work when we always run a quiz at the end of the week.
Shutting down a java application gracefully is required to handle java scaling in kubernetes. Shutdown is handled via a hook in java and I’m doing an live coding example where I add code to wait until process is done.
We talk about Gitea and see if it’s a good replacement for gitlab or a good local choice for organization that want to use github locally.
In this video we setup rust jni to call a rust function from java using jni. Java native interface is a great way to enable quick calls to native code built in other languages like Rust. This approach can be used for other languages as well.
I am looking into POE (Power Over Ethernet). What is required to run servers without having a power cord? I’ve been really curious, so it was fun to learn about it.
We talk about the 12 factors to create a successful micro service application deployment.