馃懇鈥嶐煍mbracing DevSecOps: Automating Security in Continuous Integration and DeploymentApr 7, 2024路5 min read
鈿橠ay 4 - Terraform State Management馃搷Task 1: Importance of Terraform State Terraform state plays a crucial role in managing infrastructure by tracking the current state of resources, resolving dependencies, enabling concurrency and collaboration, facilitating rollback and recovery, ex...Apr 15, 2024路2 min read
鈿橠ay 1: Introduction to Terraform and Terraform Basics馃巼What is Terraform and how can it help you manage infrastructure as code? -> Terraform is an open-source infrastructure as code (IaC) tool created by HashiCorp. It allows users to define and provision infrastructure resources using a declarative con...Apr 1, 2024路7 min read
鈽窪ay 30 - Kubernetes Architecture馃挳Kubernetes Overview Kubernetes is opensource container orchestration tool, It provides auto-scaling, self-healing , service discovery, load balancing, and support for rolling updates and rollbacks complete orchestration.With the widespread adoption...Apr 1, 2024路6 min read
馃摎Day 29 : Jenkins Important interview Questions.Jenkins Interview Here are some Jenkins-specific questions related to Docker that one can use during a DevOps Engineer interview: 馃攧What鈥檚 the difference between continuous integration, continuous delivery, and continuous deployment? ->Certainly! Let...Apr 1, 2024路18 min read
馃暣Day 28 - Jenkins Agents馃枼Jenkins Master (Server) Jenkins鈥檚 server or master node holds all key configurations. Jenkins master server is like a control server that orchestrates all the workflow defined in the pipelines. For example, scheduling a job, monitoring the jobs, et...Mar 31, 2024路3 min read
馃摐Day 27- Jenkins Declarative Pipeline with DockerDay 26 was all about a Declarative pipeline, now its time to level up things, let's integrate Docker and your Jenkins declarative pipeline 馃摎Use your Docker Build and Run Knowledge docker build - you can use sh 'docker build . -t <tag>' in your pipel...Mar 30, 2024路3 min read
鈿扗ay 26 - Jenkins Declarative PipelineOne of the most important parts of your DevOps and CICD journey is a Declarative Pipeline Syntax of Jenkins 鉀廤hat is Pipeline? A pipeline in Jenkins is like a series of steps that define how your software is built, tested, and deployed. It's a way to...Mar 29, 2024路4 min read