How We Built a Centralized Secrets Management System on AWS EKS Using HashiCorp VaultOne Vault cluster. Multiple teams. Zero secrets in Git. Here is the complete setup, flow, and onboarding guide. Why We Built This Every growing engineering team hits the same wall. Secrets start in May 8, 2026·12 min read
CircleCI pipeline for GKEIn my latest blog, I guide you through setting up CircleCI from scratch for Google Kubernetes Engine (GKE). I cover everything from pipeline configuration to deploying your application with the latest image tags. Learn how to streamline your CI/CD pr...Jan 16, 2025·4 min read
Setup VPC, Deploy EC2 using Terraform and Connect with ALBI built a private network on AWS using VPC to keep my remote machines secure. With Terraform, I launched EC2 instances for my web app and database, and they talk to each other safely. I have created VPC connect endpoint to connect with Private EC2 Al...Jun 10, 2024·6 min read
Automate Restart of Stopped EC2 using Lambda in AWSIn today's blog, I showed how to automate the restart of stopped EC2 instances using AWS Lambda triggered by EventBridge. This setup ensures your critical applications stay up and running without manual intervention. Create Lambda Function Mention t...May 26, 2024·2 min read
Migrating Code and Commits from Bitbucket to GitHubIn this blog, I'll guide you on moving your code and its history from Bitbucket to GitHub. It's a simple step-by-step process, making sure you don't lose any of your work. Let's make the switch together and keep everything organized on GitHub. Bitbuc...Nov 25, 2023·2 min read
How to Setup Streaming Replication in PostgreSQL step by step on UbuntuIn this blog post, I am here to guide you through the process of setting up a backup plan for your PostgreSQL databases on Ubuntu. We'll dive into creating a Master and Slave setup to keep your data safe and sound. This step-by-step guide will help y...Nov 13, 2023·4 min read
Deploy OTT CI-CD on AWS EKS - DevSecOps PracticesIn this article, I am implementing a Netflix clone application. The deployment procedure will entail the use of Jenkins as a CI/CD tool to deploy the Netflix application on a Docker container and Kubernetes Cluster (Amazon EKS). This project demonstr...Nov 5, 2023·16 min read