40 hours of the hands-on workshop. In-depth coverage of Basic to Advanced topics, ideal for beginners and experienced.
The program includes 200+ hands-on scenarios and 1 hands-on capstone project to ensure learning is more practical than just being theoretical.
Participants who complete the workshop completing and all hands-on assignments would be awarded a verifiable digital credential hosted on certifyme.online .
The bonuses include 100+ hours of curated online video contents , Life time acess to QLS DevOps Community
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 DevOps Master Architect program we use Use Case-based learning technique. Our practitioner learns by exploring 200+ hands-on, real-life scenarios.
Enroll NowThis program spans 15 trending topics in DevOps.At the end of the program learners has to complete a capstone project where learner puts in the practices from DevOps world
Enroll Now1. Source code management using Git
2. Pipeline as a code using Jenkins
3. Containerization using Docker
4. Container orchestration with Kubernetes
5. Infrastructure as code using Ansible
6. Puppet in action
7. Hands-on with Chef
8. Provisioning with AWS CloudFormation
9. Cloud Agnostic provisioning using Terraform
10. Compliance as a code using Chef InSpec
11. Monitoring with Nagios
12. Slack integration with DevOps tools
13. GitHub Actions
14. AWS DevOps
15. Introduction to DevSecOps
Price for International Customers
$250.00 all inclusive
Price for Indian Customers
Rs 12,500 + Rs 2,250(gst) = Rs 14,750
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.
No. | 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 |