How to Set Up Continuous Integration with AWS CodeBuild and GitHub Using the AWS Connector App.Continuous Integration (CI) is a cornerstone of modern software development, automating the building and testing of code changes. By…Nov 21, 2024Nov 21, 2024
Configuring Git Bash to Clone a Private Repository using SSHRecently, I was granted access to a private GitHub repository to make some modifications. While I had all the necessary permissions and…Nov 19, 2024Nov 19, 2024
Understanding Kubernetes Liveness Probes.In a Kubernetes cluster, applications run in containers within Pods spread across various nodes. However, there are times when these…Oct 25, 2024Oct 25, 2024
Kubernetes Traffic Policies: A Guide to Optimized Routing.In Kubernetes, traffic is typically routed to application endpoints using a random load-balancing mechanism. This default behavior can lead…Sep 25, 2024Sep 25, 2024
Testing Methods for Continuous Delivery.Recently, while conducting an in-depth study on the software development lifecycle and exploring various strategies to accelerate feature…Sep 13, 20242Sep 13, 20242
Centralized Monitoring on an AWS EKS Cluster Using Helm Chart: Prometheus, Grafana, and Alert…Successfully deploying a Kubernetes cluster is a notable achievement, but maintaining its optimal performance and reliability demands…Aug 20, 2024Aug 20, 2024
Implementing Canary Deployment with AWS Lambda and AWS API Gateway.Have you ever felt that nervous tension in your stomach when pushing a new update to production? You’re not alone. Traditional deployments…Aug 17, 20241Aug 17, 20241
HOW TO ATTACH AND MOUNT A NEW EBS VOLUME TO A RUNNING AWS EC2 INSTANCEA recent encounter with service disruptions on my EC2 instance revealed a critical issue: insufficient disk space. To address this…Jul 17, 20241Jul 17, 20241
HOW TO CONFIGURE TERRAFORM REMOTE BACKEND ON AWS S3 BUCKETTerraform is an infrastructure as a code tool that lets you build, change, and version infrastructure safely and efficiently.Jul 6, 2024Jul 6, 2024
INTEGRATING S3 EVENT NOTIFICATIONS WITH AWS LAMBDA FOR AUTOMATED JSON TO CSV CONVERSION.Repetitive tasks are a significant aspect of the IT world. In an environment where every second counts, automating tasks as soon as they…Jun 16, 2024Jun 16, 2024