Here in this article we will see how we can install jenkins using linux package repository and configure it with SSL certificate for secure HTTPS communication. Test Enviornment Fedora 35…
Here in this article we will see how we can install jenkins using linux package repository and configure it with SSL certificate for secure HTTPS communication. Test Enviornment Fedora 35…
Here in this article we will look at linux-system-roles which is a set of ansible roles and modules provided for linux system configuration and management. We will be using the…
Here in this article we will try to extract the plugin version and also the required jenkins version for that plugin to operate in a compatible mode from the jenkins…
Here in this article we will see how we can create an Alias Index and add multiple indices to it which consist of data related to CVE. We will then…
Here in this article we will see how we can download and extract CVE database JSON feed. Once we have the JSON data we will be using a python based…
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…