mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-12 18:00:37 +00:00
8.0 KiB
8.0 KiB
Sonarqube
!!! info "Architectural Context" Detailed reference for Sonarqube in the context of Engineering Pipeline.
Table of Contents
Architectural Foundations
Kubernetes Tools
General Reference
- wikipedia: SonarQube [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering wikipedia: SonarQube in the Kubernetes Tools ecosystem.
- Dzone: Why SonarQube [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering Dzone: Why SonarQube in the Kubernetes Tools ecosystem.
- Dzone: How to quickly get started with Sonar [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering Dzone: How to quickly get started with Sonar in the Kubernetes Tools ecosystem.
- Dzone: Sonarqube scanning in 15 minutes [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering Dzone: Sonarqube scanning in 15 minutes in the Kubernetes Tools ecosystem.
- Dzone: Quick start with sonarqube for static code analysis [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering Dzone: Quick start with sonarqube for static code analysis in the Kubernetes Tools ecosystem.
- Dzone.com: Code Analysis Part 1 - Analyzing Code with SonarQube [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering Dzone.com: Code Analysis Part 1 - Analyzing Code with SonarQube in the Kubernetes Tools ecosystem.
- Dzone: SonarCloud integration with SpringBoot Maven [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering Dzone: SonarCloud integration with SpringBoot Maven in the Kubernetes Tools ecosystem.
- Running SonarQube on Kubernetes [COMMUNITY-TOOL] — A curated technical resource and architectural guide covering Running SonarQube on Kubernetes in the Kubernetes Tools ecosystem.
Continuous Integration
CICD Pipelines
Jenkins Integration
- (2021) itnext.io: SonarQube: running tests from Jenkins Pipeline in Docker [GROOVY CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Demonstrates executing static security tests during automated container-based Jenkins workflows. Explores Docker volume mapping, token handling, and multi-stage pipeline configuration.
Code Quality
Deployment Guides
- (2022) thenewstack.io: How to Install the SonarQube Security Analysis Platform [N/A CONTENT] 🌟🌟🌟 [COMMUNITY-TOOL] — Practical installation guide covering SonarQube deployments in cloud environments. Details system prerequisite profiles, host tuning metrics, and database integration configurations.
Kubernetes Deployment
- (2024) click-to-deploy/sonarqube ⭐ 772 [YAML CONTENT] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Google Cloud Platform blueprint repository designed to ease the deployment of SonarQube on Google Kubernetes Engine (GKE) via highly standardized manifest suites.
- (2023) hub.helm.sh/charts/oteemo/sonarqube [YAML CONTENT] [ADVANCED LEVEL] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Provides community Helm templates to install SonarQube onto Kubernetes nodes. Supports production deployments utilizing stateful postgres instances and customizable security boundaries.
- (2022) youtube: Installation of Sonarqube on Kubernetes/Minikube [N/A CONTENT] 🌟🌟🌟 [COMMUNITY-TOOL] — Walkthrough showing how to stand up SonarQube in a localized Minikube setting. Explains storage class mappings, persistent volume bindings, and port-forwarding constraints.
Static Analysis Platforms
- (2026) ==Sonarqube.org== [JAVA CONTENT] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Industry-standard platform for automated static code analysis, structural design checks, and bug detection. Integrates directly into modern CI pipelines to enforce automated quality gates and track technical debt.
- (2026) ==SonarQube Scanner Overview== [N/A CONTENT] [DOCUMENTATION] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — Official architectural overview of SonarQube scanning tooling. Details execution mechanics with Gradle, MSBuild, Maven, Jenkins, Azure DevOps, and generic bash runner scripts.
Vulnerability Assessment
- (2022) thenewstack.io: How to Analyze Code and Find Vulnerabilities with SonarQube [N/A CONTENT] 🌟🌟🌟🌟 [ENTERPRISE-STABLE] — Teaches developers how to interpret SonarQube dashboards to discover common security vulnerabilities and code smells. Demonstrates optimization rules and quality profiles adjustment methods.
💡 Explore Related: Jenkins | Stackstorm | Tekton