All posts
Write-Ups
Long posts about technologies I've had the opportunity to play with during my free time or at work.
Sandboxing Kubernetes workloads with gVisor and Falco
Most of what will be discussed during this post, can be found in more details on gVisor’s website, I’ll merely be trying to sum some of it up and vulgarize some concepts but I highly recommend you to go read it, it’s amazingly made for a documentation. What is gVisor?
Creating an Internal Developer Platform for ML teams from the ground up (Part 0)
Introduction Choosing a topic for the dissertation that was going to validate my master’s degree was no mean feat, maybe harder than the actual realization of it. We, as a team of 3 students, tried to come up with different ideas for an interesting project ranging from Kubernetes chaos engineering
Post-Its
Shorter posts, serving as a reminder of my troubleshooting sessions, they're usually straight to the point. If they can save someone 1 minute of time, then they're worth it I guess.
GitLab runner fails to deploy through ArgoCD
“MountVolume.SetUp failed for volume “scripts” : configmap ”{YOUR_RUNNER_NAME}-runner-config” not found”

__eh_frame missing when building with ESP-DIF (ESP32)
If you just enabled the CONFIG_ESP_SYSTEM_USE_EH_FRAME or CONFIG_CXX_EXCEPTIONS build options to allow for debugging / C++ exception handling, you might encounter an error during linking similar to “undefined reference to __eh_frame”