Mkube V1.29.12-1
MKube is the continuation of a personal project that I’ve started (Kontainer8)). I wanted to have a real Kubernetes cluster available locally, Ideally it should be stable enough so that I can reboot, spin it up again and It should work fine with everything that was configured. What changed The base box is now bento/fedora 40. cri-o as the container runtime. Cilium as the CNI. Story behind it The project worked quiet well, even in my past role I used to first go, make a demo on that cluster, ensure everything was alright before proceeding. ...
CKS Exam V1.31
I wanted to renew my expired CKS certification. After some studying, I decided to just go for it. My first attempt was on Sunday, November 10, 2024, at 10:30 PM, and it ended in catastrophic failure. However, I’ve also learned some lessons from it. 1. Time is everything I scheduled the exam at a late time, I know here I’m overstating the obvious but honestly I just underestimated the exam. ...
< Hello World />
I’ve used Hugo in the past and deployed a sample blog, but that was all. I published a single post and then forgot about the idea. This is yet another attempt to write more… I hope so. How was this blog created ? hugo new site thejaxon.github.io && cd thejaxon.github.io git submodule add https://gitlab.com/gabmus/hugo-ficurinia.git themes/hugo-ficurinia # Refer to https://gitlab.com/gabmus/hugo-ficurinia#configuration for configuration sample touch config.toml # Add blog content hugo new content content/posts/hello_world.md