Here in this article we will how we can setup a sonarqube server and scan a python based project using sonarqube scanner. Once the code review is completed we will…
How to setup sonarqube for code review and email notification

Here in this article we will how we can setup a sonarqube server and scan a python based project using sonarqube scanner. Once the code review is completed we will…
Here in this article we will how we can download and install kube-bench security scanning tool for scanning the kubernetes cluster and identify the loop holes within the cluster. Test…
Here in this setup we are going to provision a kubernetes cluster with 1 Master and 1 Worker node. In order to provision a kubernetes cluster using Ansible, we need…
Here in this article we will see how we can protect the kubernetes dashboard using the keycloak oidc and oauth2-proxy. The keycloak oidc here provides the authentication service for the…
Test Environment Ubuntu 20.04Kubernetes cluster v1.23.1 What is Kubernetes Kubernetes is an Open source container orchestration engine which helps in automating the deployments, scaling and management of containerised applications. Kubernetes…
Test Environment Ubuntu 20.04Kubernetes Cluster v1.23.1 What is Kubernetes Kubernetes is an Open source container orchestration engine which helps in automating the deployments, scaling and management of containerised applications. Kubernetes…
Test Environment Ubuntu 20.04Kubernetes Cluster v1.23.1 What is Kubernetes Kubernetes is an Open source container orchestration engine which helps in automating the deployments, scaling and management of containerized applications. Kubernetes…
Test Environment Fedora 33 What is Ansible Its a Configuration Management tool used to configure and manage the Linux system for all the types of operations like Installating, Patching, Deployment…
Test Environment Fedora 33 installed Here in this article we will see how we can utilize the Ansible modules to automate the installation and configuration of the PostgreSQL database on…
Test Environment Fedora 32Python 3.8.10 What is AWS Cloudformation AWS Cloudformation is a service provided by AWS which helps to model and setup AWS resources. By using Cloudformation, we easily…