Infraspec Blog Posts

Sharing our learnings from our work

Managing Credentials and Secrets in Terraform

Imagine you’re working on a project where you need to deploy resources to aws using terraform. In a rush to get things…
on Aug 6, 2024 | 8 min read

Essential AWS Tagging Strategies for Better Cloud Control

Introduction Managing cloud resources efficiently in AWS requires a robust tagging strategy. Tags are key-value pairs…
on Jul 29, 2024 | 7 min read

GenAI Dictionary: Part 1 - LLM

We bring to you this weekly series of articles, to help understand and demystify the lexicon in the GenAI space. Here is…
on Jun 21, 2024 | 5 min read

Building a Discord GPT Bot

Amidst the excitement surrounding AI, we were eager to delve into this field ourselves. As engineers, we wanted more…
on May 31, 2024 | 7 min read

Bridging the gap between Argo Rollout & AWS ALB by eliminating 502s

The blog discusses resolving a deployment issue with 502 errors on AWS EKS using AWS ALB and Argo Rollouts. It details…
on May 27, 2024 | 6 min read

Header-Based traffic routing using Argo Rollouts

This blog explores how to use Argo Rollouts for deploying software updates smoothly. It covers the challenges faced when…
on May 27, 2024 | 10 min read

Role-Based Access Control in Kubernetes

Role-Based Access Control (RBAC) is a crucial feature in Kubernetes that allows administrators to define and manage…
on Apr 29, 2024 | 4 min read

Step-by-Step Guide to Implement Winston Logger in your Node.js Projects

“The only thing more satisfying than fixing a bug is reading the frustrated log messages that led you there.” This…
on Apr 29, 2024 | 7 min read

Getting Started with GitHub Runners

Introduction In today’s fast-paced world of software development, automation is key to staying competitive. GitHub, a…
on Apr 25, 2024 | 5 min read

Docker: Simplify , Scale & Secure

This blog will cover the foundational concepts of Docker layers, caching mechanisms, and Dockerfile optimization.…
on Apr 24, 2024 | 7 min read