Shreyash Desaishreyashdesai.hashnode.dev·Aug 17, 2024✍️Day 4: Basic Linux Shell Scripting for DevOps EngineerTable of content What is Kernel? What is Shell? What is Linux Shell Scripting? What is Shell Scripting for DevOps with Examples? Getting started with a simple script 🚀 Basic Shell scripting concepts📚 Real-world examples🌍 Conclusion🎯 ✍️Wh...12 likes·31 reads90 days of DevOps Challenge
Shreyash Desaishreyashdesai.hashnode.dev·Aug 15, 2024Day 2: Introduction to Linux & Basic CommandsTable of Contents 🌍 History of Linux 🐧 What is Linux? 🚀 Basic Linux Commands File Commands Directory Commands 🌍 History of Linux Early 1990s: A guy named Linus Torvalds creates a basic computer program (kernel) as a hobby. He shares it ...11 likes·48 reads90 days of DevOps Challenge
Tanmaya Aroratanmaya1234.hashnode.dev·Aug 8, 2024Day 13: Shell Scripting Challenge - Directory Backup with RotationWelcome to Day 13 of DevOps adventurous journey. Today we will do a challenge - which is to perform some task using Shell Scripting so that we are more confident in using Shell Scripting in industry with real life scenarios. Challenge Our today's cha...shell
Zeeshan Rashidzeeshanrashid.hashnode.dev·Jul 11, 2024Day 10: Log Analyzer and Report Generator – 90 Days of DevOps🎯 Challenge Title: Log Analyzer and Report Generator 📝 Scenario You are a system administrator responsible for managing a network of servers. Every day, a log file is generated on each server containing important system events and error messages. A...Devops
Sandhya Deotaresandydevops4.hashnode.dev·Apr 22, 2024Visualizing AWS Billing Data with Grafana Cloud and AWS CloudWatchIntroduction Grafana Cloud provides a robust platform for monitoring and visualization, while AWS CloudWatch offers a wealth of metrics for various AWS services. In this tutorial, we'll guide you through setting up a Grafana dashboard that visualizes...1 like·30 readsDevops
Gokulakrishnan Sgokuldevops.hashnode.dev·Apr 19, 2024Day - 82 of DevOpsWelcome to Day 82 of the #100DaysOfDevOps Challenge! Today we will see about the Virtualization. What is virtualization? Virtualization is a technology that allows us to create virtual machines (VMs) from a single physical resource. VMs are like comp...#90daysofdevops
Davender Singhdavender.hashnode.dev·Feb 10, 2024🚀 Day 38: Exploring Jenkins Declarative Pipeline 🛠️Hey there, fellow tech enthusiasts! Today, we're delving into the fascinating world of Jenkins Declarative Pipeline – a pivotal aspect of your DevOps and CI/CD journey. Let's dive in! Understanding the Basics: Before we get started, let's brush up on...90DaysOfDevOps#90daysofdevops
Rahul sharmarahulsharmade.hashnode.dev·Jan 4, 2024Day 22- Task: Jenkins AgentsJenkins Master (Server) Jenkins’s server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a job, monitoring the jobs, etc....TrainWithShubham
Rahul sharmarahulsharmade.hashnode.dev·Nov 6, 2023Day 5 of DevOps -Git and Git Hub AdvanceWhat is Git? 🤔 Git is a distributed version control system that helps developers track and manage changes to their code. Created by Linus Torvalds, the mastermind behind Linux, Git has become a cornerstone of modern software development. It allows y...27 reads90 days of DevOps Challenge
Mrunmayee Gaikwadmrunmayee.hashnode.dev·Oct 31, 2023Creating EKS cluster with eksctl and deploying a two-tier applicationPrerequisite: 1.Setup EC2 server in AWS with awscli, kubectl and eksctl. 2.Create eksctlrole in IAM and attach EC2FullAccess, AWSCloudFormation Full Access, IAM Full Access. Attach the created eksctlrole role to your Ec2 server run eksctl command .Am...1 like·41 readsEKS