KMKavitha Murugeshindevops-kavitha.hashnode.dev·Nov 13, 2023 · 3 min readJenkins Freestyle Project for DevOps EngineersWhat is CI/CD? CI or Continuous Integration is the process 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 to the ...00
KMKavitha Murugeshindevops-kavitha.hashnode.dev·Nov 11, 2023 · 3 min readGetting Started with JenkinsWhat you understood in Jenkin, write a small article in your own words. Jenkins is an open-source continuous integration-continuous delivery and deployment automation software DevOps tool written in Java programming language. It is used to implement...00
KMKavitha Murugeshindevops-kavitha.hashnode.dev·Oct 23, 2023 · 12 min readDay 21 Task: Docker Important interview Questions.Docker Important interview Questions. What is the Difference between an Image, Container and Engine? Docker Image:- An image is a lightweight, standalone, and executable software package that includes everything needed to run a piece of software in...00
KMKavitha Murugeshindevops-kavitha.hashnode.dev·Oct 10, 2023 · 3 min readDocker for Devops EngineerDocker Volume A Docker volume is a way to persist data in Docker containers beyond the lifecycle of a single container.When you run a container, it runs in isolation and any data created and modified within the container is typically lost when the co...00
KMKavitha Murugeshindevops-kavitha.hashnode.dev·Oct 4, 2023 · 2 min readDocker Compose for DevOps EngineersDocker Compose Docker compose is a tool that was developed to help define and share multi-container applications.With compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down. YAM...00