Day 31 Task: Launching your First Kubernetes Cluster with Nginx runningKubernetes Overview Kubernetes has emerged as a leading container orchestration platform, which is widely adopted by organizations for deploying and managing containerized applications. It has become an integral part of the DevOps ecosystem. Initiall...Jul 16, 2023·3 min read
Day 26 Task: Jenkins Declarative PipelineWhat is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarative is a more recent and advanced implementation of a pipeline as a code. Scripted: Scripted was the first and most traditional implementat...Apr 22, 2023·2 min read
Day 25 Task: Complete Jenkins CI/CD Project - ContinuedCI/CD in Jenkins refers to the practice of Continuous Integration and Continuous Delivery or Deployment using Jenkins, which is a popular open-source automation server used for building, testing, and deploying software applications. Continuous Integr...Apr 22, 2023·2 min read
Day 24 Task: Complete Jenkins CI/CD ProjectWhat is Github webhook and what is used? GitHub webhook is a feature that allows you to configure and automate events that occur in your GitHub repositories. A webhook is essentially an HTTP callback that occurs when something specific happens in you...Apr 22, 2023·3 min read
Day 23 Task: Jenkins Freestyle Project for DevOps Engineers.What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently into t...Apr 19, 2023·3 min read
Day-22 : Getting Started with JenkinsWhat is Jenkins? Jenkins is an open source continuous integration-continuous delivery and deployment (CI/CD) automation software DevOps tool written in the Java programming language. It is used to implement CI/CD workflows, called pipelines. Jenki...Apr 18, 2023·2 min read
Day 21 Task: Docker Important interview Questions.Questions What is the Difference between an Image, Container and Engine? What is the Difference between the Docker command COPY vs ADD? What is the Difference between the Docker command CMD vs RUN? How Will you reduce the size of the Docker image...Apr 17, 2023·4 min read