#trainwithshubham
Read more stories on Hashnode
Articles with this tag
Overview 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...
In this project we will deloy a scalable flask app on AWS ECS (Fargate) with the help of AWS ECR which is a container image registry. Flow of the...
In this Project We will deploy a Python Flask app with high availability and auto-healing. Tools Used. Terraform ( To provision EC2 instance) EC2 (...
Looking to deploy your applications with ease and efficiency? In this blog post, we’ll walk you through the step-by-step process of deploying...
Kubernetes Overview With the widespread adoption of containers among organizations, Kubernetes, the container-centric management software, has become...
Introduction 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...