Deploying Python Web App on AWS ECS with Fargate and ALBIntroduction As we start the journey of deploying a Python web application using AWS ECS with Fargate and ALB, we'll explore the closer look at how to handle containerized environments in the AWS cloud. In this blog post, we'll guide you through the ...Dec 24, 2023·3 min read
CI/CD Pipeline on Google cloud Platformusing Cloud Source Repository, Cloud Build, Container Registry and Cloud RunDec 23, 2023·7 min read
Automating Docker Image Upload to AWS ECR using GitHub ActionsIn this article we are going to learn, Create Docker file for NodeJS App, Make a package.json file, Create Workflow in GitHub Actions, Create Repository AWS ECR, Create Secrets in GitHub, How to Build and Push Docker Image to AWS ECR Using GitHub Act...Dec 13, 2023·5 min read
Datadog installation using Ansible Playbook and JenkinsIntroduction Welcome to our guide on how to install Datadog using Ansible and Jenkins. In today's tech world, monitoring your systems is crucial for smooth operations. Datadog is a powerful tool for keeping an eye on your infrastructure and applicati...Oct 8, 2023·6 min read
Ansible Playbook: Nginx Installation and Webpage DeploymentIntroduction Nginx is a popular open-source web server known for its high performance, reliability, and scalability. Ansible, on the other hand, is a powerful automation tool that enables you to configure and manage infrastructure as code. In this tu...Sep 16, 2023·5 min read
Terraform AutomationAutomating Docker Containers and EC2 Instances with TerraformSep 15, 2023·7 min read