Munilakshmi G J100daysdevops.hashnode.devΒ·11 hours agoDay 26 of 100 Days : Discovering the Magic of the Cloud in DevOpsWelcome to an exciting day in your DevOps journey! π₯οΈ Today, weβre stepping into the dynamic world of cloud computingβa game-changer that brings speed, flexibility, and innovation to how we build, deploy, and scale applications. By the end of this d...DiscussCloud
Kanav Gathe90-days-of-devops-kanav.hashnode.devΒ·12 hours agoJenkins Interview Guide: From Basic Concepts to Real-World ScenariosGeneral Questions 1. What's the difference between continuous integration, continuous delivery, and continuous deployment? Continuous Integration (CI) focuses on automatically integrating code changes from multiple developers into a shared repository...DiscussΒ·10 likes#90daysofdevops
Dhruv Moradiyadhruvmoradiya.hashnode.devΒ·12 hours agoDay 47: Exploring AWS Elastic Beanstalk and EC2 TasksToday, we dive into AWS Elastic Beanstalk, a powerful platform for deploying and scaling web applications. Additionally, weβll walk through deploying a web game, 2048, on Elastic Beanstalk and testing our knowledge with hands-on tasks involving AWS s...Discuss90DayofdevopsAWS Elastic Beanstalk
Kanav Gathe90-days-of-devops-kanav.hashnode.devΒ·12 hours agoUnderstanding Jenkins: A Comprehensive GuideWhat is Jenkins? Jenkins is an open-source automation server that has become the de facto standard for continuous integration and continuous delivery (CI/CD) in software development. It acts as a crucial middleman between your development process and...DiscussΒ·10 likes#90daysofdevops
Urvish Suhagiyaurvishsuhagiya.hashnode.devΒ·16 hours agoSetting Up Amazon ECS for Nginx DeploymentWhat is ECS? Amazon ECS (Elastic Container Service) is a fully-managed container orchestration service provided by Amazon Web Services (AWS). It allows you to run, manage, and scale Docker containers on a cluster of virtual machines (EC2 instances) w...DiscussΒ·2 likesDevops
Anand Ravalanandraval.hashnode.devΒ·Nov 20, 2024DAY 22 : [part :- 2] AWS Exam Prep: Ace the CLF-C02 with Confidence π21. What does AWS Elastic Load Balancer (ELB) do? a) Stores objects in the cloudb) Distributes incoming application traffic across multiple targetsc) Monitors application performanced) Provides CDN functionalityAnswer: b) Distributes incoming applica...DiscussAWS-ZERO-TO-HEROAWS
Anjali Kashyaplearndevopswithanjalikashyap.hashnode.devΒ·Nov 20, 2024Day-22 : Getting Started with JenkinsWhat is Jenkins? Jenkins is an open-source automation tool that helps developers and DevOps teams automate the process of building, testing, and deploying software. It is widely used in DevOps to enable teams to deliver software faster and more effic...Discuss#90daysofdevops
Chintamani Tarechintamani1804.hashnode.devΒ·Nov 20, 2024π Day 17: Dockerfile β First DevOps Project with Docker πHey there, DevOps enthusiasts! π Welcome to Day 17 of the #90DaysOfDevOps challenge. Today, we're diving into Docker and exploring the magical world of the Dockerfile. By the end of this blog, you'll have a shiny new Dockerized web app ready to flau...DiscussTrainWithShubham
Pulkit Yadavlinux-fundamental.hashnode.devΒ·Nov 20, 2024Jenkins Master-Worker Connection SetupIntroduction In this guide, Iβll show you how to connect a Jenkins master to worker nodes. Jenkins helps automate tasks in software development, and by linking the master to workers, you can make the process faster and more efficient. This simple gui...DiscussΒ·2 likes#90daysofdevops
Harsh Soniharshdevopss.hashnode.devΒ·Nov 20, 2024Understanding Terraform and Key ConceptsTerraform has become one of the most popular tools in the DevOps world for managing cloud infrastructure. Hereβs a simple breakdown of some fundamental concepts related to Terraform and Infrastructure as Code (IaC). Why do we use Terraform? Terrafor...DiscussTerraform