Balraj Singhbalrajsingh.hashnode.dev·Dec 16, 2024Automated AWS DevOps CI/CD Pipeline for Amazon Prime CloneIn today's fast-paced tech world, automating application deployment and infrastructure management is essential. This project shows how to set up a complete CI/CD pipeline, use AWS EKS for Kubernetes deployment, and integrate Grafana and Prometheus fo...1 likeTerraform
vikas bhaskar vooradidevjourney.co.in·Dec 13, 2024Create SonarQube User & Integrate Jenkins Pipeline for Seamless ScanningToday, in this post, I’ll walk you through how I created a new SonarQube user, granted all necessary privileges, added the user to groups, assigned admin rights, and integrated them into Jenkins for seamless code scanning. Create new user on Sonarqub...28 readssonarqube installation
Rohit Jangradevops-docker.hashnode.dev·Dec 9, 2024Mastering CI/CD: Create a Strong Pipeline with Jenkins, SonarQube, and DockerIn this article, I’ll walk you through the process of creating a complete CI/CD pipeline using Jenkins, SonarQube, Docker, and GitHub webhooks. This pipeline automates the process of pulling code from a repository, performing a code quality scan, bui...CI/CD
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Nov 29, 2024Revolutionize Your DevOps: Deploying SonarQube on Amazon EKS Cluster Using Helm ChartOverview :- SonarQube is a popular tool for continuous code quality inspection. It helps developers find and fix bugs, vulnerabilities, and code smells in their projects. Deploying SonarQube on an Amazon EKS (Elastic Kubernetes Service) cluster using...Kubernetes
Ankit Rajcommunity-branch-plugin-in-sonarqube.hashnode.dev·Nov 27, 2024🚀 Step-by-Step Guide to Community Branch Plugin in SonarQubeSonarQube is a powerful tool for code quality and security. With the Community Branch Plugin, you can extend its functionality to include branch analysis, even in the Community Edition. Let's walk through setting up this tool with Jenkins in a Docker...Jenkins
Bittu Sharmabittublog.hashnode.dev·Nov 24, 2024Elevate Your Code Quality: A Comprehensive Guide to SonarQubeSonarQube is an open-source platform that provides static code analysis and code quality management. It is designed to help developers and development teams identify and fix code issues early in the software development lifecycle. SonarQube analyzes ...26 readssonarqube installation
Ankit Rajsecurity-in-devops-sonarqube.hashnode.dev·Nov 23, 2024🚀 Security in DevOps: Integrating SonarQube with JenkinsIn DevOps, where speed and agility are crucial, security and code quality must remain a top priority. This is where SonarQube shines! It helps automate code quality checks, identify vulnerabilities, and enforce best practices. Let’s explore SonarQube...sonarqube
Shubham Tawareshubzz.hashnode.dev·Nov 16, 2024DevSecOps in Action: How to Secure Your CI/CD PipelineIn this blog, we’ll explore how to incorporate essential security practices into the CI/CD pipeline to create a secure, efficient, and resilient software delivery process. With a DevSecOps approach, security checks are embedded early in the pipeline,...2 likes·124 readsKubernetes
Rohit Jangradevops-docker.hashnode.dev·Nov 14, 2024🛠️ Elevate Your Code Quality Game with SonarQube!When was the last time you wrote code you were sure was flawless, only to find out it had hidden bugs, security vulnerabilities, or that one glaring code smell? Code quality isn’t just about making things work—it’s about making them work right. That’...sonarqube
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 11, 2024Project: End-to-End CI/CD Pipeline of Amazon-Prime CloneIf you want to run the following code in local or through Docker image only then checkout this blog. Part1 Prerequisite Launch an EC2 Instance on AWS Sign in to AWS Management Console. Go to EC2 Dashboard: Under Services > EC2. Launch Instance: N...1 like·172 readsGitHub