Shaik Mustafadevops-cicd.hashnode.dev·Jan 4, 2025Advanced Jenkins PipelinesWelcome, tech enthusiasts! If you're here, you're about to discover something new and insightful about Jenkins pipelines. Pipeline with when conditions: pipeline { agent any stages { stage("Test") { when { ...153 likes·171 readscicd
Shaik Mustafadevops-cicd.hashnode.dev·Jan 4, 2025Advanced Jenkins PipelinesWelcome, tech enthusiasts! If you're here, you're about to discover something new and insightful about Jenkins pipelines. Pipeline with when conditions: pipeline { agent any stages { stage("Test") { when { ...153 likes·171 readscicd
Munilakshmi G J100daysdevops.hashnode.dev·Jan 5, 2025Day 71 of 100 Days : AWS Interview Questions & Answers- Part 2When preparing for an AWS interview, you may encounter a range of questions related to architecture, scalability, security, and troubleshooting. In this post, we’ll explore various AWS-related scenarios and how you can tackle them. Whether you're a b...cloud interview
Mihir Suratwalamihirsuratwala.hashnode.dev·Jan 4, 2025Find to make search of files/folders easy in Linux OSLast Blog Review → In the last, blog we understood how awk is such a powerful programming tool which is used as a text processor which means it’s used for extracting the data and manipulating it. Arithmetic operations can be performed like sum, avg, ...AWS
Ankit Rajtrivy-vulnerability-scanner.hashnode.dev·Jan 4, 2025Trivy : Your Go-To Vulnerability Scanner for Containers and Artifacts 🌐In today’s fast-paced DevOps world, ensuring the security of your applications and their environments is more critical than ever. Trivy, an open-source vulnerability scanner developed by Aqua Security, comes to the rescue by enabling teams to discove...Devops
Ankit Rajnexus-3-artifact-repository-manager.hashnode.dev·Jan 4, 2025Nexus 3 Overview and Installation Guide 🎯Nexus 3 is a widely used artifact repository manager developed by Sonatype. It helps teams store, manage, and retrieve binary artifacts such as JAR files, Docker images, npm packages, and more. Below, we break down its key features, installation proc...nexus3
Munilakshmi G J100daysdevops.hashnode.dev·Jan 4, 2025Day 70 of 100 Days : Interview Questions on AWS DevOps: Simplified for BeginnersWhen preparing for an AWS DevOps interview, it’s important to understand key concepts clearly. Below, we break down some commonly asked interview questions in an easy-to-understand format, using simple language and bullet points to explain each conce...AWS
Shaik Mustafadevops-cicd.hashnode.dev·Jan 2, 2025How to write your first pipeline in JenkinsfileJenkinsfile: A Jenkinsfile is a text file that contains the definition of a Jenkins pipeline. It allows you to automate the steps in your Continuous Integration and Continuous Delivery (CI/CD) process by scripting them in Groovy. The Jenkinsfile is v...145 likes·175 readsjenkins pipelines
Shaik Mustafadevops-cicd.hashnode.dev·Jan 2, 2025Introducing the power of pipelines in JenkinsIn Previous blogs, we learned Free style jobs. Now its time to explore the pipeline jobs in Jenkins Software development moves fast, and keeping up means delivering updates quickly and reliably. Continuous Integration (CI) and Continuous Delivery (CD...153 likes·143 readsJenkins
Chetan Mohanrao Mohoddevops-concepts-by-chetan.hashnode.dev·Jan 3, 2025Simplifying Access Control with RBAC in KubernetesRBAC (Role-Based Access Control) in Kubernetes lets you manage who can do what in your cluster. It’s like assigning roles in a team some people can only view files, while others can edit or delete them. As shown in below image. Here’s how RBAC helps...rbac
Shaik Mustafadevops-cicd.hashnode.dev·Jan 2, 2025The Power of the Master-Slave ArchitectureIn the world of continuous integration and delivery (CI/CD), Jenkins stands as one of the most popular automation tools. One of the key features that make Jenkins powerful and scalable is its master-slave architecture. In this blog, we will delve int...143 likes·150 readsjenkins realtime