Installing SonarQube in Kubernetes

sonar quality code

SonarQube is the open source platform to analyze code and continuously inspect code quality of applications. SonarQube also displays health of applications as well as discover any code vulnerabilities. In our previous blog, we discussed the importance of Continuous Integration while working with Kubernetes. In this blog, we will install SonarQube in Kubernetes and analyze […]

Modern CI CD Kubernetes Docker deployment pipeline

modern ci cd kubernetes docker deployment pipeline

There are several benefits of moving to a container based architecture including faster code deployments and reduction in operational cost. Kubernetes has evolved as the de-facto orchestration tool for managing containers. First, we will list the key principles and then go into details on how to build a modern CI CD Kubernetes Docker deployment pipeline. […]