Real- world devops practices : case study approach /
By B Thangaraju.
- 1st ed.
- New Delhi : Wiley , 2025.
- xxix,534p. ; PB 24.4 cm
It is designed to equip readers with the knowledge and practical skills necessary to effectively implement DevOps tools across various industries. It presents a clear, step-by-step method for DevOps adoption, covering tool selection, pipeline architecture, and overcoming growth challenges.
The book tests your grasp of DevOps through over 400 questions, including descriptive exercises, lab tasks, and MCQs. These are designed to test your understanding and application of DevOps concepts. Suitable for novices and experts alike, it lays a solid foundation in agile and DevOps principles, with practical applications demonstrated through real-life case studies. It also highlights the critical role of governance in ensuring the sustained improvement of DevOps projects.
This accessible, hands-on manual prepares you with the skills to excel in DevOps, regardless of your sector or experience level.
Preface
About the Book
Organisation of the Book
Who Should Read This Book?
How to Use This Book
About the Author
Acknowledgment
Part 1 Understanding DevOps
1 DevOps Fundamentals
1.1 Introduction to DevOps
1.1.1 History of DevOps
1.1.2 Definition of DevOps
1.1.3 DevOps: Key Components
1.1.4 DevOps: Key Advantages
1.1.5 Enterprise Application Evolving Themes
1.1.6 Why DevOps has Become Essential in Modern Software Development?
1.2 DevOps: Key Principels
1.2.1 Automation: The Role of Automation in Streamlining Processes
1.2.2 Dev and Ops: Collaboration and Integration
1.2.3 Continuous Delivery: The Concept of Continuous Delivery and Its Benefits
1.2.4 Monitoring and Feedback: Real-Time Monitoring and the Feedback Loop in DevOps
1.3 DevOps Toolchains
1.3.1 Robust DevOps Toolchain
1.4 Challenges in Adopting DevOps
1.4.1 Challenges in Adopting DevOps for Legacy Systems
1.4.2 Strategies to Overcome DevOps Challenges in Legacy Systems
1.5 Measuring DevOps Success
1.6 DevOps Myths
1.6.1 Common Myths About DevOps
Summary
Exercise
Further Reading
Part 2 DevOps Tool Chains Overviews
2 DevOps Tools: Version Control to Monitoring
2.1 Version Control System
2.1.1 Introduction
2.1.2 Version Control System: Key Features
2.1.3 Significance of Version Control in Collaborative Development
2.1.4 Global Information Tracker (Git)
2.1.5 Frequently Used Git Commands
2.1.6 Version Control System: A Look at Other Tools
2.2 Continuous Integration (CI) Tools
2.2.1 Introduction
2.2.2 Continuous Integration: Process and Advantages
6.6.3 Configuring a Jenkins Distributed Architecture with Docker Containers
6.7 Jenkins Pipeline
6.7.1 Jenkins Pipeline: Architectures
6.7.2 Creating and Visualising a Jenkins Pipeline Demo
6.8 Debugging in Jenkins
Summary
Exercise
Multiple Choice Questions
Further Reading
Part 3 Real-World Case Study Approach
1 Transforming Theory into Practice: A DevOps Journey with a Calculator Program
C1.1 Introduction
C1.2 Objective
C1.3 DevOps Solution
C1.4 Getting Started with Project Creation and Maven
C1.4.1 Executing Maven Commands
C1.5 Integrating the XML into pom.xml
C1.6 Integrating Version Control with Git and GitHub
C1.7 Setting up Version Control and Preparing for Commit
C1.8 Pushing Local Changes to the Remote Repository
C1.9 Jenkins Integration
C1.10 Implementation of the Calculator Program
C1.11 Executing the Pipeline Automatically Using Git SCM Polling & NGROK
C1.12 Extracting the Log File from a Running Container
C1.13 Conclusion
2 Transformation Through DevOps: Evolving ‘E-Bill Pay’ Utilities Operations and Customer Experience
C2.1 Introduction
C2.2 Objectives
C2.3 DevOps Solution
C2.3.1 Application Architecture
C2.3.2 Implementation
C2.3.3 Implementation of DevOps Tools
C2.3.4 Continuous Integration (Jenkins) Pipeline
C2.4 Docker Containerisation
C2.4.1 Docker Compose
C2.4.2 Deployment using Ansible
C2.4.3 Logging and Monitoring with ELK Stack
C2.5 Monitoring
C2.5.1 Monitoring System Performance Using ‘Count of Records (Transactions)’
C2.6 Conclusion
C2.7 Future Roadmap
Further Reading
3 Revolutionising Mental Health Services: A DevOps Implementation Journey with Book My Buddy
C3.1 Introduction
C3.2 Challenges
C3.2.1 User Experience Challenges
C3.2.2 Buddy-Specific Challenges
C3.2.3 Administrative Challenges
C3.3 Overview and Significance of the MERN Stack
C3.3.1 Brief about the MERN components
C3.3.2 Significant Features and Benefits of the MERN Stack
C3.4 Objectives
C3.5 DevOps Solution
C3.5.1 DevOps Tool Chain
C3.5.2 Source Code Directory Structure
C3.6 Implementation
C3.6.1 Unit Testing
C3.6.2 Kubernetes and Docker Compose
C3.6.3 Docker Compose
C3.6.4 Ansible Deployment
C3.6.5 Ansible using Kubernetes
C3.6.6 Utilising Winston for Effective Logging in MERN Stack Applications
C3.6.7 Jenkins Pipeline
C3.6.8 ELK Screenshots for Application Performance Monitoring
C3.7 Conclusion
4 Pioneering Healthcare Data Management: MedWeb’s Innovative Consent System
C4.1 Introduction
C4.1.1 The Challenge
C4.1.2 Key Project Features
C4.2 Block Diagram of the MedWeb Application
C4.2.1 Patient
C4.2.2 Healthcare Providers
C4.2.3 Guardian/Legal Representative
C4.2.4 Emergency Personnel
C4.2.5 Consent Management System (CMS)
C4.2.6 Electronic Health Record (EHR) System
C4.2.7 Admin
C4.3 Problem Statement
C4.4 Adoption of DevOps Practices
C4.4.1 Objectives
C4.4.2 DevOps Solution
C4.5 Experimental Details
C4.5.1 Development and Local Testing
C4.5.2 Build and Packaging
C4.5.3 Source Code Management with GitHub
C4.5.4 Containerization
C4.5.5 Continuous Integration (CI) and Continuous Delivery (CD)
C4.5.6 Deployment
C4.5.7 Container Orchestration Using Kubernetes
C4.5.8 Logging
C4.5.9 Monitoring and Visualisation
C4.6 Results and Discussion
C4.7 Visualisation
C4.7.1 Top 11 Operations vs. PatientID
C4.7.2 Top 5 PatientID and Percentage of Info/Error Occurrences
C4.8 Challenges Encountered During Implementation and Their Resolutions
C4.8.1 Minikube Deployment Challenges
C4.8.2 GitHub Webhook Integration
C4.8.3 Dynamic Connection Details in application.yml
C4.8.4 Direct Access to Kubernetes Services
C4.8.5 JUnit Test Case Failures and Compilation
C4.9 Conclusion
C4.10 Future Roadmap
C4.10.1 Continuous Integration and Continuous Deployment Pipeline
C4.10.2 Proactive Monitoring and Incident Response
C4.10.3 Feedback and Iteration
C4.10.4 Infrastructure Scaling
5 Enhancing Assessment Excellence through DevOps-Powered Peer Grading
C5.1 Introduction
C5.2 Objectives
C5.3 Proposed DevOps-Driven Solution
C5.4 Implementation Strategy
C5.5 Navigating Challenges
C5.6 Architecture Diagram
C5.7 Experimental Details
C5.7.1 Source Code Management
C5.7.2 Continuous Integration
C5.7.3 Containerization
C5.7.4 Container Orchestration and Deployment
C5.7.5 Minikube Usage
C5.7.6 Azure and Azure Kubernetes Service for Cloud Deployment
C5.7.7 Jenkins Pipeline Script Explanation
C5.8 Application Dashboard
C5.9 Continuous Monitoring
C5.10 Benefits
C5.11 Conclusion
C5.12 Future Roadmap
*6 Transforming Education with NoteShare
*7 Fashion Pal’s Digital Transformation
*8 Optimising Academic Package Handling
*9 Streamlining Expense Management with ‘Splitter’
*10 Revolutionising Crowdfunding with CrowdContract
*11 Ekart: A Microservices-Driven E-Commerce Platform
*12 Optimising TA Management with DevOps
*13 Qubejudge: A Pluggable Code Execution Platform
*14 Revolutionising Food Courts with BAWARCHI
*15 Transforming Idle Lands with AutoSpot
*16 Enhancing Gameplay with DevOps and Machine Learning
Index
* Available online About the Author Dr. B. Thangaraju is a professor at the International Institute of Information Technology, Bangalore (IIITB), with over 28 years of experience in Operating Systems Internals, Linux System and Kernel Programming, Embedded and Real-Time Linux, Linux System Administration, and DevOps. Throughout his distinguished career, Dr. Thangaraju has held key positions in academia and industry, including the Head of the Architects Team at Talent Transformation, Wipro Technologies, Bangalore, India.
9789357465946
Understanding devops Devops tool chains overviews Real- world case study approach