Herve KhgReducing cold start of lambda functions: 5 essential tipsOptimizing cold starts is crucial for ensuring the responsiveness of serverless-based applications. A cold start occurs when the execution…3d ago3d ago
Herve KhgYoung developer, stop using ChatGPT instead use your brain sometimesIn recent months, I’ve noticed a troubling trend: the quality of code produced by interns and apprentices is deteriorating rapidly. Whether…Oct 212Oct 212
Herve KhgOptimizing resource requests and limits for kubernetes podsIn Kubernetes, correctly defining CPU and memory resources for your pods is crucial for maintaining application performance and ensuring…Sep 11Sep 11
Herve KhgDebugging kubernetes issues in production : a technical guideKubernetes is a powerful platform for orchestrating containers, but when it comes to diagnosing production issues, even the most…Aug 185Aug 185
Herve KhgEight actions for Desacralizing Deployments in productionTwelve years ago, when I started working as an engineer in IT, there was one sacred word that left no one indifferent: deployment. “A…Jun 26Jun 26
Herve KhgHow to migrate Seamlessly Migrating Your EKS Nodes to ARM/Graviton: Good for your Money and the…In this guide, I’ll walk you through the process of migrating your EKS nodes from the X86 architecture to ARM without disrupting your…May 6May 6
Herve KhgHow to give limited access of your EKS cluster to users through RBACThis blog post outlines a process for implementing Role-Based Access Control (RBAC) to manage user and group permissions within EKS…Mar 13Mar 13
Herve KhgOne Year of Driving a Dev Team While Still Getting My Hands Dirty: My 10 Lessons from 2023Lesson 1 — Choosing your team is crucial.Jan 41Jan 41
Herve Khg3 years managing Kubernetes clusters, my 10 lessons.Over the past three years, I’ve navigated the sometimes turbulent waters of managing Kubernetes clusters. This journey, filled with…Nov 12, 202325Nov 12, 202325
Herve KhgStop using EBS as Persistant Volume for EKS pod, use EFS instead — (Fev-2023)I am writing this post to explain my journey for replacing all the EBS volumes attached to the pod of my cluster to EFS. In this page, I…Feb 8, 20236Feb 8, 20236