Automating Secure Kubernetes Deployments with GitHub Actions, Helm, Amazon EKS and ArgoCDApr 13, 2025·6 min read
Best Practices for Creating AWS IAM Credentials Using the AWS ConsoleAWS IAM (Identity and Access Management) is a service that helps you securely control access to AWS resources. It allows you to create and manage users, groups, roles, and permissions to enforce security best practices. Key Features of AWS IAM Users...May 25, 2025·2 min read
From Code to Kubernetes: Automating DevSecOps on EKS with Jenkins, SonarQube & Argo CDIn this tutorial, we’ll walk through how to build a complete CI/CD pipeline using Jenkins and SonarQube, and automate deployments to Amazon EKS with Argo CD. It’s going to be an exciting ride—so buckle up and let’s dive in! Prerequisite Jenkins Son...Apr 5, 2025·6 min read
Building a Secure CI/CD Pipeline with Jenkins and SonarQube: A Complete DevSecOps TutorialIn this tutorial we will see how to build a complete Devsecops CICD pipeline using Jenkins, SonarQube and Docker Prerequsite Jenkins Sonarqube Docker Dockerhub Objective Continuous Integration and continuous deployment using Jenkins Code Qual...Mar 30, 2025·4 min read
Managing EC2 Instance Ports on AWS: A Step-by-Step GuideAfter installation of the application (eg. our app) is to open up port 3000. Go to aws console and go to ec2 instance Select the instance in my case monitoring_server then select security click on the security group Click on Edit Inbound rul...Mar 30, 2025·1 min read
Step-by-Step Guide to Setting Up a Docker Registry and Generating Access TokensDocker is an open-source platform used to automate the deployment, scaling, and management of applications in lightweight, portable containers. Containers package applications along with their dependencies, libraries, and configurations, ensuring the...Mar 30, 2025·1 min read
Master Jenkins and SonarQube Setup for Continuous Integration and Code QualityJenkins is an open-source automation server that is widely used for continuous integration (CI) and continuous delivery (CD). It allows developers to automate various tasks in their software development process, particularly the building, testing, an...Mar 30, 2025·4 min read
How to Provision an AWS EC2 Instance with Terraform and Install Docker, Jenkins and SonarQube Using a Bash Script in 2 minutesIn this project we will use terraform in create ec2 instance then install docker, aws cli, terraform, jenkins and sonarqube using bash script Prerequisite AWS Account Terraform AWS Access and Secret Key Objective Create ec2 instance with terrafo...Mar 29, 2025·1 min read