Installing Kubernetes cluster on AWS using KOPS

Kubernetes cluster on AWS

This blog will show you how to install a Kubernetes cluster on AWS using KOPS. Requirements You must have kubectl , kops and aws-cli installed on your system. For AWS operations, we will be using AWS CLI for our usage but same can be done using AWS GUI. You should have an IAM user created and configured […]

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 […]