Scalable Web Application Deployment : From GitHub to AWS ECR , ECS with Load Balancing and Auto-ScalingJun 19, 2024·3 min read
From Code to Deployment: Automating with Jenkins, AWS CodeDeploy, and S3Overview of the CI/CD Pipeline The core components of our CI/CD pipeline include: AWS EC2: Virtual machines where your code is deployed. AWS Auto Scaling Group (ASG): Ensures availability by automatically scaling EC2 instances. AWS Elastic Load Ba...Oct 21, 2024·5 min read
Implementing a Full CI/CD DevSecOps Pipeline for Seamless Application DeploymentJun 15, 2024·6 min read
Kubernetes Project : Your First Django App DeploymentLooking to deploy your applications with ease and efficiency? In this blog post, we’ll walk you through the step-by-step process of deploying applications on Kubernetes, the popular container orchestration platform. What is Kubernetes? Kubernetes is ...May 23, 2024·6 min read
Exploring Kubernetes.Kubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become a standard to deploy and operate containerized applications and is one of the most important parts o...May 15, 2024·3 min read
Project 1 : Dockerizing a Flask AppIntroduction In this blog we will see how to dockerize a flask app using dockerfile and run the project using docker-compose. Task 1: Setup an EC2 machine. Log in to the AWS Management Console. Navigate to the EC2 Dashboard and click on the “Launch...May 15, 2024·3 min read
Docker Commands Cheatsheet.This blog contains important docker commands with their description. docker --version : It will show the current version of the docker. docker pull : It will pull an image from the registry to the local machine docker images : It will display all ...Apr 8, 2024·2 min read
Docker: Launching Your First ContainerCreate an EC2 instance on AWS. Log in to the AWS Management Console. Navigate to the EC2 Dashboard and click on the “Launch Instance” button. Enter a name for your EC2 instance. Select AMI, instance type and choose a key pair or create a new key ...Apr 6, 2024·2 min read