A simple VPN setup to access private resources in AWSIf you need to make some tests with private AWS resources (e.g. experimenting with an EKS cluster or a private RDS instance) but still want…Jan 31Jan 31
DB Load in RDSYou open you RDS Performance Insights and you see a graph that tracks the Average active sessions (AAS) over time. What's that?Oct 6, 2023Oct 6, 2023
Multicloud with AWS and HetznerI wanted to reproduce an architecture my colleague showed me at work. In fact to reduce costs he proposed to move some computation out of…Feb 6, 2023Feb 6, 2023
An insight on CPU requests in KubernetesCPU requests specify the amount of CPU a Pod will be allocatedJan 19, 2023Jan 19, 2023
About sum(rate…) in PrometheusYou can’t do the rate of a sum because you can’t use range selectors (i.e. [5m]) on the output of a function; as rate takes a range vector…Jan 17, 2023Jan 17, 2023
About writing Chrome extensionsI developed a Chrome extension. Developer experience is OK but it can be frustrating at first. JavaScript without TypeScript is a mistake…Jan 3, 2023Jan 3, 2023
Why kubeconfig needs the CA certificate?If you look at your kubeconfig you’ll notice for each of your clusters there’s a CA certificateSep 30, 2022Sep 30, 2022