sandydevops4.hashnode.devReflecting on 90 Days of DevOps: A Transformative JourneyAs I sit down to reflect on the past 90 days, I'm filled with a sense of accomplishment and excitement. What started as a personal challenge to delve deeper into DevOps has transformed into a journey of learning, growth, and achievement. Join me as I...Jun 8, 2024·2 min read
sandydevops4.hashnode.devMounting an AWS S3 Bucket on an Amazon EC2 Linux Instance Using S3FSMounting an AWS S3 bucket on an Amazon EC2 instance can simplify data management by allowing you to interact with S3 data as if it were on a local filesystem. This tutorial will guide you through setting up an IAM user, configuring the AWS CLI, insta...May 11, 2024·3 min read
sandydevops4.hashnode.devDeploying a Django Todo App on Kubernetes with kubeadmDeploying web applications on Kubernetes offers scalability, flexibility, and ease of management. In this tutorial, we’ll guide you through the process of deploying a Django Todo app on a Kubernetes cluster using kubeadm. We’ll cover setting up the K...May 8, 2024·3 min read
sandydevops4.hashnode.devAutomating React App Deployment with AWS Elastic Beanstalk and GitHub ActionsIntroduction Deploying web applications can be a complex and time-consuming process, involving setting up infrastructure, managing environments, and ensuring smooth deployments. AWS Elastic Beanstalk simplifies this by providing an easy-to-use platfo...May 7, 2024·3 min read
sandydevops4.hashnode.devAutomate Static Website Deployment to AWS S3 with GitHub ActionsIntroduction In today's fast-paced development environment, automating the deployment process is crucial for maintaining efficiency and consistency. In this tutorial, we'll guide you through deploying a static website to AWS S3 using GitHub Actions. ...May 5, 2024·3 min read