Akash Sutarlearn-jenkins.hashnode.dev·Oct 25, 2024Project On Provisioning Resources On AWS Using AnsibleIntroduction Ansible is a powerful tool that can also be used to provision various resources, such as on the AWS platform, GCP, or Azure. In this series, we will use the Ansible Playbook to provision AWS EC2 instances. Setting Up the Environment Unde...DiscussConfiguration Management- Ansibleansible
Anasanasmansuri.hashnode.dev·Oct 2, 2024Learn AWS EKS: Simple Guide for Beginners to Kubernetes on AWSAmazon Web Services Elastic Kubernetes Service (EKS) is a managed container service that allows you to run Kubernetes on AWS without having to manage the underlying infrastructure. With EKS, you can focus on deploying and managing your containerized ...DiscussEKS
Hitesh Dipak Sonawanedevopswhiz.hashnode.dev·Sep 19, 2024Deploying a Web Application to AWS: S3, CloudFront, and CI/CD with GitHub ActionsIntroduction In this blog, I’ll walk you through the steps of deploying a web application on AWS using S3, setting up a CDN with CloudFront, and automating the deployment process with GitHub Actions for CI/CD. Key Objectives: Create an S3 bucket to ...DiscussAWS
ishu rajishu04r.hashnode.dev·Aug 23, 2024Building a Two-Tier Web Application with Docker ComposeDocker Compose simplifies managing multi-container applications by defining all services, networks, and volumes in a single YAML configuration file. In this article, we’ll explore a practical two-tier web application project that leverages Docker Com...DiscussDocker
Om Dahaleomdahale.hashnode.dev·Aug 6, 2024How to dockerize a React App: A Step-by-Step GuideDockerizing your React app can significantly improve your development workflow by ensuring consistent environments, simplifying deployment, and making it easier to manage dependencies. In this guide, we will walk through how to dockerize a React app ...Discuss·33 readsDeploy react
Ketan Hirayketanhiray.hashnode.dev·Aug 2, 2024Day 18: Understanding Docker Compose🐋Docker Compose Docker Compose is a tool for managing complex applications with multiple containers. It uses a YAML file to specify services, networks, volumes, and more. We can build, run, and scale the entire application with a single command. Doc...DiscussDevOps#90daysofdevops
Abhishek Vishwakarmaabhivishwa.hashnode.dev·Mar 19, 2024Azure-Pipeline Build Docker imageAzure DevOps is a set of cloud-based collaboration tools for software development, encompassing a wide range of features for project planning, version control, continuous integration and delivery (CI/CD). key components and features of Azure DevOps: ...Discussazure-devops
Asif Shaikhasifshaikh49.hashnode.dev·Feb 26, 2024Day 18 Task: Docker for DevOps EngineersIntroduction Docker Compose YAML Task-1 Task-2 run Docker commands without sudo conclusion ────────────────────────────────────────────────── Introduction📖🚀 🚀 Welcome back to our DevOps adventure! Today, we're diving into Docker – a supe...Discuss#shubhamLondhe
Prakhar Parasharicodeprakhar.hashnode.dev·Jan 12, 2024A walkthrough to YamlYAML, short for "YAML Ain't Markup Language" or sometimes humorously referred to as "Yet Another Markup Language," is a straightforward and human-readable data serialization format. If you don't know what's a Markup language, click on the hyperlink. ...Discuss·1 like·189 readsyml
Vishal Shekokardevopsblogsbyvishal.hashnode.dev·Dec 22, 2023Mastering Docker-Compose: Volumes and Networks Demystified Day - 19Hello Docker enthusiasts! 👋 Today, let's delve into the fascinating world of Docker-Compose with a focus on volumes and networks. These concepts are crucial for orchestrating multi-container applications, ensuring data persistence, and enabling seam...Discuss#90daysofdevops