Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Jan 1, 2025Mounting an AWS S3 Bucket on Amazon EC2 Linux Using S3FSIntroduction In this detailed guide, we'll walk you through the process of mounting an AWS S3 bucket on an Amazon EC2 Linux instance using S3FS. This hands-on project will help you understand key AWS services such as S3, EC2, and S3FS, along with usi...2 likesDevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 31, 2024How to Deploy a Django Todo App on AWS EC2 Using KubernetesIn this article, I'll guide you step-by-step through the process of deploying a Django Todo application on AWS EC2 using a Kubeadm Kubernetes cluster. This guide is perfect for new learners who want to understand the basics of deploying applications ...3 likesDevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 30, 2024How to Deploy a React Application on AWS Elastic Beanstalk Using GitHub ActionsDeploying a React application on AWS Elastic Beanstalk using GitHub Actions is an excellent way to automate your CI/CD pipeline. This article will guide you through the process in detail, using easy-to-understand language, perfect for new learners. I...2 likesDevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 29, 2024How to Deploy a Portfolio App on AWS S3 Using GitHub ActionsIntroduction Deploying applications can be a challenging task, especially if you're new to the world of DevOps and CI/CD (Continuous Integration and Continuous Deployment). In this article, we will walk you through the process of deploying a Portfoli...2 likesPortfolio app
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 28, 2024Deploying a Node JS Application on AWS ECS Fargate and AWS ECR : A Step-by-Step GuideIn this article, I'll guide you through each step in a simple and easy-to-understand manner. By the end of this guide, you'll be able to deploy your application successfully. Let's get started! Step 1 : Cloning the Node JS Application from GitHub The...3 likesDevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 27, 2024Deploying a Netflix Clone Web Application on a Kubernetes Cluster : A Step-by-Step GuideIntroduction In this article, I'll walk you through the process of deploying a Netflix clone web application on a Kubernetes cluster. Kubernetes is a powerful tool for managing containerized applications, providing benefits such as high availability,...2 likesDevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 26, 2024Deploying a Web Application Using Docker Swarm : A Step-by-Step Guide for BeginnersIntroduction Deploying web applications in a reliable and scalable way is crucial for modern software development. Docker Swarm, a powerful container orchestration tool, helps manage and scale containerized applications with ease. In this article, we...2 likesDevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 25, 2024Hosting a Static Website on AWS S3 : A Detailed Guide for BeginnersIf you're new to web development or cloud services, hosting a static website using AWS S3 can seem a bit daunting. However, with the right guidance, you can get your website up and running in no time. This guide will walk you through each step in det...2 likesDevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 24, 2024Automating Web Application Deployment with Jenkins : A Step-by-Step GuideIntroduction In this article, I'll walk you through the process of automating the deployment of a web application using Jenkins. Jenkins is a powerful open-source tool that helps automate parts of software development related to building, testing, an...3 likesDevops
Urvish Suhagiyaurvishsuhagiya.hashnode.dev·Dec 23, 2024Automating Web Application Deployment with Jenkins and GitHubIntroduction In the world of web development, the process of building, testing, and deploying applications can be time-consuming and error-prone if done manually. Automation tools like Jenkins and GitHub can streamline these tasks, making the process...3 likes·26 reads#90daysofdevops