prateek singhforKubesimplifykubesimplify.hashnode.net·Jun 15, 2022Why DevOps-Case StudyDevOps is the new and efficient way of developing applications. It is a collection of practices that shortens the development lifecycle of a system/application. It's not just frontend, backend, database and scripting. It is something that changes how...Vaidansh Bhardwaj and 6 others are discussing this7 people are discussing thisDiscuss·109 likes·1.3K readsDevops
Nitish KumarforBlog with Nitishnitishblog.hashnode.net·Jan 30, 2023Kubernetes Services - Your way to connect with your applicationHi there! In this blog, we'll take a closer look at what are Kubernetes Services and how they help you to connect with your application running on various Pods. We'll be going through a complete hands-on demo for a better understanding of Kubernetes ...Tania Duggal and 1 other are discussing this2 people are discussing thisDiscuss·36 likes·538 readsKubernetes
Nitin GoudaforShaggyyy's Blognitingouda.hashnode.net·Aug 18, 2022DevOps, DevOps Everywhere?So recently DevOps is a term which is in the light. Every Web2/Web3 companies need DevOps guys but there aren't many. So ever wondered what “DevOps Engineers” actually do? What does “DevOps” even mean? This blog aims to explain the concept of DevOps ...Discuss·29 likes·381 readsDevops
Esha Prasad K UforDevOps from the Beginningdevopsform.hashnode.net·Apr 23, 2023Just DevopsWhat is DevOps? DevOps is an alliance between Development and IT teams to automate technology and manage and deliver applications and services for organizations to improve speed, communication and reliability. DevOps is a collaboration between devel...DiscussDevops
Abhishek Yadavforitabhishekyadav.hashnode.net·Apr 22, 2023Day 24 Task: Complete Jenkins CI/CD ProjectWhat is Github webhook and what is used? GitHub webhook is a feature that allows you to configure and automate events that occur in your GitHub repositories. A webhook is essentially an HTTP callback that occurs when something specific happens in you...Discussday24
melam chaitanya kumarforCode & Culture:Engineer's Journeymelamchk421.hashnode.net·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...DiscussDevops
Saikat MukherjeeforSaikat Mukherjee's blogsaikatm.hashnode.net·Apr 18, 2023Basic Linux Shell Scripting for DevOps Engineers.What is Linux Shell Scripting? A shell script is a computer program designed to be run by a linux shell, a command-line interpreter. The various dialects of shell scripts are considered to be scripting languages. Typical operations performed by she...Discuss·1 like·36 readsDevops
Abhishek Yadavforitabhishekyadav.hashnode.net·Apr 16, 2023Day 18 Task: Docker ComposeDocker Compose Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down...DiscussDevops
Neha Avasekarfor✍️📚My Blogs📝learnwithneha.hashnode.net·Apr 16, 2023Building a Jenkins Pipeline for Java Apps: Maven, SonarQube, Argo CD, and Kubernetes🚀🚀This project involves building and deploying a Java application using a CI/CD pipeline✅💯 Here are the steps involved: Version Control: The code is stored in a version control system such as Git, and hosted on GitHub. The code is organized into b...Discuss·1 likeDevops
mecrin luvisforMecrin's Blogmecrinluvis.hashnode.net·Mar 22, 2023#Day6 Advanced Linux Shell Scripting for DevOps EngineersHere we are Day 6 of #90daysofdevops Topics for #day6 How to create multiple directories by making use of Shell scripting? How important is that to take Backups as a DevOps practitioner? Sample Script to backup a directory What are Cron and CronT...Discuss·50 readsDevops
Hemanth NarayanaswamyforDevOpsZenhemanth-hawk.hashnode.net·Apr 12, 2023YAML - Basic to AdvanceIn this article, we will learn everything about YAML. As we all know, in many tools YAML is used for configuration, so we should know all about YAML. We will start with a YAML introduction and then learn about all YAML concepts. Why is YAML? YAML is...Discuss·52 readsDevops
Gurudath K PforMy-DevOps Journeygurudath.hashnode.net·Apr 11, 2023Introduction to DevOpsDevOps is a way of working that brings together the people who create software (developers) and the people who run it (operations). By working together and using tools to automate tasks, DevOps teams can create and deliver software more quickly, reli...DiscussDevops
Dimple Abrolfordimple.hashnode.net·Apr 11, 2023Day 15 Task: Python Libraries for DevOpsCreate a Dictionary in Python and write it to a JSON File. json.dumps() : It is used to convert a dictionary to JSON string. 2. Read a json file services.json kept in this folder and print the service names of every cloud service provider. output a...Discuss·38 readsDevops