Jatinjatin2231.hashnode.dev·Sep 10, 2024Day 2 of DevOps - 45 Days : Improve SDLC with DevOpsWelcome back to Day 2 of our 45 Days of DevOps course! Today, we'll be diving into the Software Development Life Cycle (SDLC) and exploring how DevOps can improve it. If you’re looking to learn how DevOps can enhance the efficiency of SDLC, you're in...Discuss·31 readsDevops
ROHIT POTALEpotale.hashnode.dev·Apr 23, 2023Day26:Jenkins Declarative PipelineOne of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins Some terms for your Knowledge What is Pipeline: A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarativ...Discuss·1 like·39 readsDevops
melam chaitanya kumarmelamchk421.hashnode.dev·Apr 20, 2023The Path to DevOps Mastery: Core Prerequisites and Best PracticesBefore diving into DevOps methodologies, it's important to have a strong foundation in a variety of technical skills. In this blog, we'll explore some of the key prerequisites for learning DevOps, including proficiency in Linux, networking, databases...Discuss·58 readsDevops
mecrin luvismecrinluvis.hashnode.dev·Apr 16, 2023#Day8 Task: Jenkins Freestyle Project for DevOps Engineers.Create a freestyle pipeline to print "Hello World!! What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice wher...Discuss·35 readsTrainWithShubham
Meet Savaliyameet21.hashnode.dev·Apr 16, 2023Getting started with Devops🔹What is DevOps ? DevOps is a methodology that brings together software development and IT operations to create a more efficient and streamlined process. By eliminating the barriers between developers, testers, and operations teams, DevOps promotes ...Discuss·1 likeDevops
ABHIJEET SINGHabhijeetsingh274.hashnode.dev·Apr 3, 2023Day 16 Task: Docker for DevOps Engineers:Docker: Docker is an open-source platform for developing, packaging and deploying applications in a containerized environment. Containers are lightweight and portable virtual environments that can run on any system that supports Docker. Docker provi...Discuss·1 like·121 readsDevops
Aksh Darjiaksh2002.hashnode.dev·Apr 2, 2023DevOps OutlineTable of Content Introduction to DevOps What is DevOps? Definition and history Key concepts and principles Why DevOps is important Business benefits of DevOps Examples of successful DevOps implementations Benefits of DevOps Faster time-t...Discuss·65 readsDevops
Madhuri Patilmadhuripdevops.hashnode.dev·Apr 2, 2023Day 6 Task: File Permissions and Access Control Lists#devops Three types of Linux Permission classes User group other Default permission is -rw-rw-r chmod 777 file.txt chmod 640 file.txt for the user can get access from the file called sudoers file cat /etc/sudoers root ALL = (ALL:ALL) ALL (ALL...Discuss·1 like·63 readsDevops
ABHIJEET SINGHabhijeetsingh274.hashnode.dev·Apr 2, 2023Day 15 Task: Python Libraries for DevOps:Task-1 - Create a Dictionary in Python and write it to a JSON File: Step-1 create a file name create_dict.py touch create_dict.py Here I have written a file into it and will import it into JSON File : import json my_dict = { "name": "John", ...Discuss·2 likes·90 readsDevops
Pratik Shendepratikshende.hashnode.dev·Mar 28, 2023Introduction to Linux and its basic commandsWhat is Linux? Linux is an open-source operating system which means that its source code is freely available for anyone to view, use, and modify and it is based on the Unix operating system. Linux is known for its security and flexibility. Linux Feat...Discuss·43 readsDevops