Document

SUBSCRIBE TO GET FULL ACCESS TO THE E-BOOKS FOR FREE 🎁SUBSCRIBE NOW

Professional Dropdown with Icon

SUBSCRIBE NOW TO GET FREE ACCESS TO EBOOKS

Category Uncategorized

 Puppet Classes

 Puppet Classes Puppet Classes    Puppet classes are defined as a collection of resources, which are grouped together in order to get a target node or machine in a desired state. These classes are defined inside Puppet manifest files which…

Puppet Resources

Puppet Resource Resources are one of the key fundamental units of Puppet used to design and build any particular infrastructure or a machine. They are mainly used for modeling and maintaining system configurations. Puppet has multiple type of resources, which…

Puppet Installation

Puppet- Installation Step 1: Update Package List Before you start the installation process, update the list of available packages: sudo apt-get update -y   Step 2: Set Up Hostname Resolution   With Puppet, master and client nodes communicate using hostnames. Before…

 Jenkins Installation

 Jenkins Installation apt-get  update  apt-get  install  openjdk-8-jdk  java -version wget -qO – | apt-key add – sudo sh -c ‘echo deb binary/ > /etc/apt/sources.list.d/jenkins.list’ sudo apt-get update NOTE:- INCASE IF YOU GET CERTIFICATE ERROR THEN RUN BELOW COMMAND …

Capstone Project

Capstone Project -DevOps ABC is Software Company currently following Agile Methodology for one of the Banking client and most of the SDLC steps are manual. Client is migrating the applications into microservices and restapi.Now client wants to automate project using…