Istio Traffic ManagementIstio Traffic Management is a core feature of the service mesh that provides control over network communication between services without requiring changes to the application code. It works by deploying intelligent proxies (Envoy) as sidecars alongsid...Oct 12, 2025·2 min read·9
Kubernetes 101: Part 1 - Kubernetes ArchitectureKubernetes is an open-source platform that simplifies the deployment, scaling, and management of containerized applications. Think of it as a skilled conductor leading a symphony of containers, making sure they all perform in perfect harmony. Kuberne...Jul 13, 2024·4 min read·109
Seamless Data Flow: Fetching from AWS RDS to S3 with Apache AirflowThis blog aims to demonstrate the process of fetching data from your Amazon RDS MySQL Database and storing it in an S3 bucket. Setting up the Database Let's get started by creating an RDS instance using the AWS Management Console. To stay within the ...May 28, 2024·5 min read·89
AirFlow for DummiesIntroduction Apache Airflow is an open-source platform for scheduling, managing, and computing data pipelines. It was first developed by Airbnb in 2014 and later was undertaken by Apache Software Foundation, therefore it is now an open-source project...May 17, 2024·7 min read·191
Terraform GuideIntroduction to Terraform Terraform is an open-source tool developed by HashiCorp that allows you to define and provision infrastructure using declarative configuration files. It supports multiple cloud providers, including AWS, Azure, and Google Clo...May 1, 2024·10 min read·38
Setting up an Amazon CloudFront Distribution for your Amazon S3 Static WebsiteIntroduction Amazon Web Services (AWS) provides CloudFront as a Content Delivery Network (CDN) service, designed to enhance the speed and efficiency of delivering both static and dynamic content to users globally. CloudFront offers several key functi...Apr 19, 2024·3 min read·51
Setting up CI/CD Pipeline: Docker images with ECR, Lambda & SNSThis blog will help you create a scenario where a development team needs to securely store Docker images in AWS ECR and manage their source code in AWS CodeCommit. Setting up a CI/CD pipeline that automatically builds Docker images from the CodeCommi...Apr 4, 2024·4 min read·71