Essential DevOps Interview Questions & Answers

access_time 1760441400000 face Sreyas P
Essential DevOps Interview Questions & Answers Introduction If you’re just starting your DevOps career and preparing for interviews, you may feel overwhelmed by the wide range of topics — from Linux commands to Git, Docker, AWS, and monitoring tools. In this blog, I’ve compiled 15 beginner-friendly...

DevOps Project Series 10 - Exploring the Powerful Features of GitHub Actions

access_time 1687613400000 face Nandita Sahu
DevOps 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 or artifacts are created in one job , then how to delete those i...

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

access_time 1687181400000 face Nandita Sahu
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

access_time 1685280600000 face Nandita Sahu
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

access_time 1682515800000 face Nandita Sahu
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...