Essential AWS Tagging Strategies for Better Cloud ControlIntroduction Managing cloud resources efficiently in AWS requires a robust tagging strategy. Tags are key-value pairs attached to resources, providing crucial metadata for resource management, cost allocation, security, and automation. This blog will...Sep 26, 2024·7 min read
Bridging the gap between Argo Rollout & AWS ALB by eliminating 502sThe blog discusses resolving a deployment issue with 502 errors on AWS EKS using AWS ALB and Argo Rollouts. It details the root cause, attempted solutions, and resulting trade-offs. The Issue Encountered We encountered a 502 at the AWS load balancer ...Jun 7, 2024·6 min read
Header-Based traffic routing using Argo RolloutsThis blog explores how to use Argo Rollouts for deploying software updates smoothly. It covers the challenges faced when rolling back updates and introduces header-based routing to manage traffic during deployments. Scenario Following the deployment ...Jun 6, 2024·10 min read
Building a Discord GPT BotAmidst the excitement surrounding AI, we were eager to delve into this field ourselves. As engineers, we wanted more than just a casual conversation with ChatGPT—we aimed to understand the intricacies of building AI applications. From the beginning, ...Jun 5, 2024·7 min read
Securing and Rotating Secrets Easily with AWS Secrets Manager (Part 2 of 2)Automating Secret Rotation with AWS Secrets ManagerMay 11, 2024·10 min read
Securing and Rotating Secrets Easily with AWS Secrets Manager (Part 1 of 2)Automating Secret Rotation with AWS Secrets ManagerMay 10, 2024·7 min read
Getting Started with GitHub RunnersIntroduction In today's fast-paced world of software development, automation is key to staying competitive. GitHub, a leading platform for collaboration and version control, offers an extensive set of tools to automate Continuous Integration and Cont...May 1, 2024·5 min read