Balraj Singhbalrajsingh.hashnode.dev·Aug 29, 2024Building a Robust CICD Pipeline: Deploying Kubernetes Apps with JenkinsIn this blog, we’ll guide you through deploying a Kubernetes application using Jenkins and integrating tools like GitHub, Trivy, SonarQube, Nexus, Grafana, Docker, and Prometheus. We will cover the setup, deployment, and monitoring stages to ensure a...Discuss·1 like·30 reads#kubernetes #container
Shubham Tawareshubzz.hashnode.dev·Aug 24, 2024Building a Production-Ready CI/CD Pipeline: A Comprehensive Guide to DevOpsIn this blog, we explore the creation of a production-level CI/CD pipeline that automates the entire development and deployment process. By integrating essential tools like GitHub for source code management, Maven for builds, Trivy for security scann...Purna Sharma and 2 others are discussing this3 people are discussing thisDiscuss·9 likes·289 readscoding
Sudhanshu Jaiswaljaiswas3.hashnode.dev·Aug 21, 2024Nexus setup on CentOS-9 using vagrantThis blog is just to simplfy the devops routine work with the help of VM creation using vagrant and setup nexus oss artifactory on it. Resources can be tracked below https://bitbucket.org/jaiswas3/jaiswas3-labs/src/master/CentOS-9-VM-with-Nexus-setup...Discusscentos9
Anant Sarafdevopsgurug.hashnode.dev·Jul 4, 2024Nexus Installation and SetupUse following commands to install nexus It will do following: Install java (use dnf if yum not working) install nexus change directory restart it Get password and login You can use either of following commands based on your OS. sudo yum instal...Discuss·57 reads#Nexus
Ayush Dabhiayushdabhi.hashnode.dev·Jun 19, 2024Setting Up a Private Docker Registry Using NexusPrerequisites Ubuntu 24.04 server Instance type: t2.medium Disk: 25GB Security Group (SG) open inbound ports: 3000-10000, 80, 443, 22 Step 1: Install Docker First, update the package index and install Docker. sudo apt update -y sudo apt install...Discuss·63 reads#PrivateRegistry
Mohammad Huzaif Shahhuzaifh02.hashnode.dev·Mar 25, 2024Streamlined Software Deployment: Mastering CI/CD with Jenkins, SonarQube, Nexus, and Slack.In the realm of software development, the ability to adapt and evolve with rapid technological changes is what separates the industry leaders from the followers. This blog post introduces an innovative project that embodies the principles of DevOps: ...Discuss·3 likes·95 readsDevops
Shrishail Patilshri123.hashnode.dev·Jan 31, 2024Deploy & Download Artifact to Nexus Using Jenkins :STEPS : # NEXUS3 INSTALLATION by shell commands sudo apt install openjdk-8-jdk -y cd /opt wget https://download.sonatype.com/nexus/3/nexus-3.59.0-01-unix.tar.gz tar -xvf nexus-3.59.0-01-unix.tar.gz # Create user nexus adduser nexus chown -R nexu...Discuss·41 reads#Nexus
Shrishail Patilshri123.hashnode.dev·Jan 14, 2024Complete CI/CD PipelineComprehensive pipeline ensures that code changes go through various stages of testing and analysis before being deployed, reducing the likelihood of issues in production. Let's summarize the key steps in this pipeline: Jira Ticket Assigned: Develope...Discuss·29 readsAWS
Akshat Agrawalakshatagrawal.hashnode.dev·Dec 23, 2023How to Set Up and Run Your Nexus Server: A Step-by-Step GuideINTRODUCTION Nexus is a specialized hub for safely storing and managing software components used in building applications. It's like a highly organized warehouse that keeps all the essential parts developers use in one secure place, ensuring reliabil...Discuss·10 likes·102 readsDevops
Kusuma Vkusumav.hashnode.dev·Dec 17, 2023NexusNexus: It is an open-source software. it is an Artifactory repo. It can be used to store the build artifact and retrieve the build artifacts whenever required Build artifacts means -- packages java - jar, ear, war. Docker -Docker Images. Node Js - .t...Discuss#Nexus