PinnedFerdinand de AntoniManaging mTLS with SPIFFE/SpireIn the ever-evolving landscape of cybersecurity, maintaining the confidentiality and integrity of data in motion has become more important…Mar 24Mar 24
PinnedFerdinand de AntoniinGeek CultureFrom env_logger to Tokio Tracing and OpenTelemetryI’m sure we all had our experiences in having to deal with difficult bugs that were even harder to troubleshoot due to lack of logging or…Apr 251Apr 251
PinnedFerdinand de AntoniSingle Rust Binary with SvelteKitSome time ago I created a small warp based webapp that had Svelte integrated with Vite (see Single Rust Binary with Vite+Svelte). There…Apr 241Apr 241
PinnedFerdinand de AntoniinGeek CultureWarp WebSockets and Tokio ActorsI use warp a lot in my projects and frequently need to expose some service through websockets. The warp project has a good example on how…Jul 19, 2021Jul 19, 2021
PinnedFerdinand de AntoniTiny Tokio ActorsThere are a couple of actor libraries available for Rust, the most well known one being Actix. I found the library not that easy to use…May 9, 2021May 9, 2021
Ferdinand de AntoniinGeek CultureSingle Rust Binary with Vite+SvelteI often have to create small server applications which need to be easily deployable. This means I prefer to keep the end result as simple…May 13, 20231May 13, 20231
Ferdinand de AntoniinGeek CultureA Simple CA Setup with Kubernetes Cert ManagerSometimes it makes sense to run your own CA so you can issue certificates for all the services that run on your cluster. The simplest way…Feb 11, 20235Feb 11, 20235
Ferdinand de AntoniinGeek CultureDeploying Docker Registry on KubernetesIn a previous post we set up a Bare Metal Kubernetes cluster, and we followed it up with another post showing how to deploy a Redis cluster…Dec 2, 20211Dec 2, 20211
Ferdinand de AntoniinGeek CultureRedis Cluster on KubernetesAfter setting up my Kubernetes cluster in my previous blog post, I decided to deploy a Redis cluster on it. It is surprisingly simple to…Nov 24, 20212Nov 24, 20212
Ferdinand de AntoniinGeek CultureBare Metal Kubernetes with MetalLB, HAProxy, Longhorn, and PrometheusA few years back I created a blog post about creating a Kubernetes cluster with Rook/Ceph. My main goal at that time was to see if we could…Oct 18, 20211Oct 18, 20211