Dhruv Moradiyadhruvmoradiya.hashnode.dev路Oct 31, 2024馃殌 Day 26 Jenkins Declarative PipelineThis approach to defining your pipeline is crucial for automating processes and improving the efficiency of your development workflow. Let鈥檚 break down some key concepts and why you should consider using a pipeline in Jenkins. 馃摉 What is a Pipeline? ...Discuss90DayofdevopsDevops
Kanav Preet Singhstudyofcloud.tech路Oct 14, 2024馃帀 Day 4 of #90DaysOfDevOps: Unlocking the Secrets of Linux Shell Scripting! 馃攽Hello, Hashnode friends! 馃専 Today marks Day 4 of my #90DaysOfDevOps journey, and we鈥檙e diving headfirst into the world of Linux shell scripting鈥攁 must-have skill for any DevOps engineer looking to streamline workflows and boost efficiency! 馃挜 馃 Wha...Discuss#Junoon
Trushid Hatmodetrushid.hashnode.dev路Mar 24, 2024馃殌Day 75 - Sending Docker Log to Grafana馃槂馃敹 Task-01: Install Docker and start docker service on a Linux EC2 throughUSERDATA. #!/bin/bash sudo apt update sudo apt install -y apt-transport-https ca-certificates curl software-properties-common curl -fsSL https://down...Discuss路3 likes路68 reads90DaysOfDevOps#90daysofdevops
SIDDHIPRADA MOHAPATROsiddhipradamohapatro.hashnode.dev路Jan 19, 2024Amazon Bedrock: Unveiling the Power of AI Foundation ModelsIntrod**uction Amazon Bedrock, a cutting-edge, fully managed service, opens the door to high-performing foundation models (FMs) from leading AI startups and Amazon, all accessible through a unified API. This revolutionary service empowers users to se...DiscussAI
SIDDHIPRADA MOHAPATROsiddhipradamohapatro.hashnode.dev路Jan 12, 2024AWS CodeBuildIntroduction In the ever-evolving landscape of cloud computing, developers are constantly on the lookout for tools and services that can streamline their workflows, enhance collaboration, and boost productivity. Amazon Web Services (AWS), a frontrunn...Discuss路27 readsAmazon Web ServiceAWS
Vedant Adhevedant04.hashnode.dev路Jan 1, 2024Jenkins Agents | Master & Agent(Slave) NodesJenkins Master (Server) Jenkins Master (Server) is the primary node that manages and distributes the software development processes across various worker nodes. It is responsible for coordinating the build process, managing plugins, and scheduling jo...Discuss路63 readsTrainWithShubham
sutish pradhansutish.hashnode.dev路Nov 4, 2023Day4: Task 2 Monitoring Metrics Script of the Bash Script! 馃殌馃搷Introduction: Welcome to the world of Linux process monitoring! In this blog, we will write a Bash script that monitors system metrics like CPU usage, memory usage, and disk space usage. The script will provide a user-friendly interface, allow cont...Discuss #TWSBashBlazeChallenge #trainwithshubham
sutish pradhansutish.hashnode.dev路Nov 4, 2023Day 4 Task 1 - Process Monitoring with Bash #TWSBashBlazeChallenge馃殌Introduction: Welcome to the world of Linux process monitoring! In this blog, we will write a Bash script that efficiently monitors a specific process on a Linux system. The script's primary goal is to ensure the process is always running, and if it ...Discuss#TWS
sutish pradhansutish.hashnode.dev路Nov 1, 2023Day 3 of the Bash Scripting Challenge! 馃殌User Account Management Task 1: Account Creation we need to write a bash script that creates a user account. Here, the script should prompt the user to enter a new username and password. the script checks whether the username is available before cr...Discuss#TWS
sutish pradhansutish.hashnode.dev路Nov 1, 2023Day 2 of the Bash Scripting Challenge! 馃殌Welcome to Day 2 of the #TWSBashBlaze Challenge. In this challenge, we will create a bash script that serves as an interactive file and directory explorer. We'll create a script that will allow you to explore the files and directories in the current ...Discuss #TWSBashBlazeChallenge #trainwithshubham