DevOps 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 yam files In this article, we will be discussing about the second job “deploy” first. We will be here building D...
DevOps 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 emp...
DevOps Project Series 7 - Creating Spring Boot Application with Grade 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 the first job , we will be building...
DevOps Project Series 6 - An Automation Approach to Deploying Docker, Minikube, KubectI, 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...
DevOps 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 automa...