Skip to content

Category: Infra as Code

Dedicated to infra as code related posts

Is the Amazon API Gateway cache feature a game changer?

When discussing API performance, caching often emerges as a key strategy. By storing responses from frequently accessed endpoints that are static or change infrequently, caching reduces server load and speeds up response times, making it a go-to solution for performance optimization. There are many ways to implement caching, from the…

Integrating AWS Secrets Manager to EKS using External Secrets

Managing kubernetes secrets in large scale is a challenging task for many companies in a world runned by kubernetes, gitops and automation everywhere. With the advent of GitOps, engineers are encouraged to store and manage infrastructure as code (e.g. control planes, kubernetes yaml’s) in a Git repository as single source…