DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity. This training enables participants to understand various aspects of how they could enable a DevOps culture.
Contact us1 DevOps - An overview 2 What is DevOps? 3 Wall of Confusion 4 Why DevOps? 5 Agile and DevOps 6 Lean Philosophy 7 4 Key Principles of DevOps 8 Holistic System Thinking 9 No Silos 10 Rapid and useful feedback 11 Automate drudgery away 12 DevOps Practices 13 Practices to enable BizDev Collaboration 14 Practices to enable DevTest Collaboration 15 Practices to enable DevOps Collaboration 16 Infra as Code 17 Containerization 18 Monitoring 19 DevOps Culture 20 Case Study 21 Transformation 22 Generic Overview on DevOps Tools 23 Building Continuous Delivery (CD) Pipeline - keyboard driven demo 24 Test Automation 25 Continuous Integration 26 One click deployment 27 Pipeline as a Code
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 |