Puppet is an open source configuration management tool mainly used for provisioning IT infrastructure. It’s one of the oldest configuration management tools used in DevOps. Main reason behind its popularity is that it’s written in system admin point of view that doesn’t require a large amount of programming skills. This hand-on workshop enables each of the participants with the technical know-how of configuration management using Puppet
Contact us1 Overview on Configuration Management 2 Infrastructure as a code 3 Introduction to Puppet 4 What is Puppet? 5 Why do we use Puppet? 6 Why Puppet is preferred? 7 Installation and setup of Puppet 8 Puppet Terminologies 9 Modules 10 Resource 11 Manifests 12 Facts 13 Catalogues 14 Puppet Architecture 15 Puppet Master-slave communication 16 Writing your first Puppet code 17 Best practices with Puppet
Anju M Dominic is a well accredited professional corporate trainer and consultant in the field of DevOps . She has conducted over 150+ hands-on workshops across different product and service companies. She is also a trainer/author across various training companies including PluralSight, Edureka, KnowledgeHut, etc. She is currently the Principal consultant and founder of QuadraLogics, a boutique training/consulting firm. Anju is well known for her contributions to technical articles which includes two books and several whitepapers in the field of software engineering. She is also a regular speaker for many DevOps and Agile conferences
Ranjith Tharayil is an accomplished innovator, author, entrepreneur, technologist,CTO adviser, and inspirational servant leader.He is currently the Founder and CTO of a SAAS-based Digital Credential Platform CertifyMe.Online. He has also been honored with the title "Mentor of change" by NITI Ayog, Govt of India, and was associated with the Association for Computing Machinery as "ACM Distinguished Speaker". He has authored 10 patents, 30+ articles, and 3 books across different domains he has touched.
Usecase-based learning approach engages learners in a hands-on exercise of specific scenarios that resemble real-world examples. This learner-centric method helps learners gain not only the required knowledge but the key skill to apply the gained knowledge. Focusing on learning how to apply knowledge is essential for practical subjects like DevOps. In our program we use Use Case-based learning technique. Our practitioner learns by exploring several hands-on, real-life scenarios.
Contact usNo. | Steps | Commands |
1 | Run Jenkins in a container | sudo docker run --name jenkins -p 8085:8080 anjurose/jenkins |
2 | View the Jenkins dashboard in the browser | Access your application at YOUR_ipaddress:8085 |
3 | Stop the container and exit it by Ctrl + c command | Ctrl + c |
4 | View the containers | sudo docker ps |