Shahzaib SanaProopsandcloud.hashnode.dev·an hour agoDay 25: Jenkins CI/CD Project DocumentationI can imagine catching up will be tough so take a small breather today and complete the Jenkins CI/CD project from Day 24 and add documentation. Did you Finish Day 24? Day 24 will give you an End to End project and adding it to your resume will be a...Discuss90daysofDevOps Jenkins
Siri Chandanairis1919.hashnode.dev·14 hours agoDay8-90Days of DevOps Challenge /GIT & GitHub for DevOpsTABLE OF CONTENTS What is Git? What is GitHub? What is Version Control? How many types of version controls do we have? Why do we use distributed version control over centralized version control? Task 1: Install Git Task 2: Create a GitHub Accou...Discuss·1 like#90daysofdevops chanllenge
PARINITHA B.Sparinithabs.hashnode.dev·Sep 23, 2023YAML templates for pod creation in KubernetesA pod can be created using a YAML template $vim pod_definition.yml A simple pod_definition template in YAML is as follows: apiVersion: v1 kind: Pod metadata: name: new-pod spec: containers: - name: nginx image: nginx Then, execute the command:...DiscussKubernetes
Eke Donaldekedonald.hashnode.dev·Sep 22, 2023A Beginner's Guide To Deploying A LAMP Stack On AWSWhat Is A Lamp Stack? A LAMP stack is an open-source stack that combines four services that the developers use to create powerful websites and applications. The base layer is the operating system called Linux, the layer for the web server is Apache, ...Discuss·1 likeLinux
Avanish Singhavanishnit.hashnode.dev·Sep 22, 2023How to Create a Jenkins Declarative Pipeline | #Day 26 |# 90 Days of DevOpsDemystifying Jenkins Pipelines: Declarative vs. Scripted 🚀 In the world of DevOps and Continuous Integration/Continuous Deployment (CI/CD), Jenkins has been a trusty companion for automating the software development and delivery process. One of the ...Discuss#90daysofdevops
Abdul-Lateef Uthmanuthy.hashnode.dev·Sep 20, 2023Understanding DevOps: Your Ultimate Guide to the Art of Software Delivery.Hey there, DevOps Enthusiast! Are you intrigued by the term "DevOps" but find yourself wandering through a maze of confusion? You're not alone on this journey. Coming from a different field into DevOps, I had this confusion initially too. It took me ...Discuss·20 likes·30 readsDevops
Agnel Rajaagnelraja.hashnode.dev·Sep 20, 2023Getting Started with DevOps: A Step-by-Step GuideIntroduction: In today's fast-paced digital landscape, businesses are under constant pressure to deliver high-quality software faster than ever before. To meet this demand, the adoption of DevOps practices has become essential. DevOps, short for Deve...Discussdevopsculture
Avanish Singhavanishnit.hashnode.dev·Sep 19, 2023How to Deploy a Node.js App with Jenkins CI/CD and Docker Compose | How to make AWS EC2 and configure jenkins in it | #Day 24 | #90 Days of DevOpsPre-Requisites for this project: AWS EC2 Instance Server Docker.io - Install in server by- sudo apt docker.io GitHUB Jenkins Tool Install Node.js install by these commands sudo apt install nodejs sudo apt install npm npm install node app.js ...Discuss#90daysofdevops
Ashwinashwinrajendran.hashnode.dev·Sep 19, 2023Overview of ANSIBLEWhat is Configuration Management? Configuration management in terms of Ansible means that it maintains the configuration of the product performance by keeping a record and updating detailed information that describes an enterprise’s hardware and soft...Discussansible
Avanish Singhavanishnit.hashnode.dev·Sep 17, 2023How to use Jenkins free style projects for Docker application | #Day 23 | #90daysof devopsHey there, fellow DevOps enthusiasts! In today's blog post, we're going to dive into the exciting world of CI/CD, understand what a Build job is, and explore the concept of Freestyle Projects. 🤖 1. What is CI/CD? 🔄 CI/CD stands for Continuous Integ...Discuss#90daysofdevops