PinnedDevSecOps Pipeline Project: Deploy Netflix Clone on KubernetesGithub Link: See here LinkedIn Post Link: See here Deploy a Netflix-like application on AWS using DevSecOps practices. The project will involve Continuous Integration (CI) and Continuous Deployment (CD) using Jenkins, monitoring using Prometheus and ...Apr 3, 2025·16 min read
AWS CLOUD FRONT with S3 website Hosting1. Understanding AWS CloudFront and CDN: What is CloudFront? CloudFront is a managed AWS service that provides a Content Delivery Network (CDN). A CDN is a network of servers strategically placed in various geographical locations, known as edge locat...Mar 9, 2025·7 min read
AWS CloudWatch Guide and EC2 CPU ALERTING THROUGH SNSAWS CLOUD WATCH DEEP DIVE | EC2 CPU ALERTING THROUGH SNSMar 8, 2025·6 min read
AWS VPC servers Project Used in Production EnvironmentCreating a VPC that you can use for servers in a production environment. To improve resiliency, you deploy the servers in two Availability Zones, by using an Auto Scaling group and an Application Load Balancer. For additional security, you deploy the...Mar 5, 2025·11 min read
Production Level Blue-Green Deployment CICD PipelineBasic understanding of Project Blue-Green Deployment We will deploy an application using blue-green deployment strategy. That means there will be two environment, blue environment and green environment. Scenario where our application is currently dep...Feb 27, 2025·18 min read
AWS Cloud Cost Optimization Using Lambda Function Project Boto3Cost optimization is the most important project for DevOps and cloud engineers. Cloud cost optimization is a critical responsibility for DevOps engineers. Organizations migrate to the cloud primarily for two reasons: Reducing the overhead of managin...Feb 26, 2025·9 min read
11 Microservices CI/CD Pipeline: E-Commerce Project EKSEach microservice in this project will build/trigger separately. Automatically the pipeline will be triggered. Multibranch pipeline - created (Automated). Push any changes in GitHub repo the pipeline will be triggered. Introduction We’ll be working o...Feb 22, 2025·14 min read