DevOps Mini Project Series 10 – Exploring the Powerful Features of GitHub Actions
In this article, we are going to explain how to run Github Workflows in Self hosted runners and how to schedule Cron Jobs in Github Actions and if any caches […]
DevOps Mini Project Series 9 – Building Docker Image and Pushing it to ECR , Deploying SpringBoot application in Minikube and using Trivy to scan Docker Images and Terrascan to scan Kubernetes yaml files
In this article, we will be discussing about the second job “deploy” first. We will be here building Docker image and then scanning Docker Images using Trivy and pushing the […]
DevOps Mini Project Series 8 – DevSecOps : Implementing Secure CI/CD Pipelines
What is DevSecOps ? DevSecOps is the integration of security practices into the software development process, specifically in the areas of continuous integration (CI) and continuous delivery/deployment (CD). This approach […]
DevOps Mini Project Series 7 – Creating SpringBoot Application with Gradle and Github Actions
In this article, we will be creating second workflow named as springbootworkflow which will run only if the terraform workflow succeed. In this workflow there are 2 jobs . In […]
DevOps Mini Project Series 6 – An Automation Approach to Deploying Docker, Minikube, Kubectl , SonarQube, Trivy and Terrascan using Bash scripts and Github Actions
In this article, you will be able to learn that how to create scripts to install docker, minikube and sonarqube in EC2 Instance where we will be deploying our SpringBoot […]
DevOps Mini Project Series 5 – Efficiently Provisioning AWS Resources through Github Actions and Terraform Integration
This topic describes the process of integrating Github Actions with Terraform to automatically create resources in Amazon Web Services (AWS). The use of Github Actions allows for automation of the […]
DevOps Mini Project Series 4 – Achieving Secure AWS Deployments through Integration of Github Actions and OpenID Connect (OIDC)
In this article, you will learn how to connect your GitHub Actions to AWS using OpenID Connect rather than storing your AWS Secret and Access Keys in Github Actions secrets […]
DevOps Mini Project Series 3 – Accelerating Cloud Resource Creation with Terraform
In this article, you will get a brief idea of how to use Terraform and GitHub Actions together to automate the process of creating and deploying cloud resources in AWS. […]
DevOps Mini Project Series 2 – Ensuring Terraform Code Standards and Security with Tflint and Tfsec in GitHub Actions
Terraform is a powerful Infrastructure as Code (IAC) tool that simplifies the process of automating infrastructure tasks across various cloud service providers and custom in-house solutions. With its ability to […]
DevOps Project Series 1 – A 10k-foot Overview of the Project Architecture: Understanding the Big Picture
We are creating a series of blogs for DevOps Project – This is the first part of the Project. In this article, you will get a 10k view of the […]