Hands-on Site Reliability Engineering

Hands-on Site Reliability Engineering PDF Author: Shamayel M. Farooqui
Publisher: BPB Publications
ISBN: 9391030327
Category : Computers
Languages : en
Pages : 220

Book Description
A comprehensive guide with basic to advanced SRE practices and hands-on examples. KEY FEATURES ● Demonstrates how to execute site reliability engineering along with fundamental concepts. ● Illustrates real-world examples and successful techniques to put SRE into production. ● Introduces you to DevOps, advanced techniques of SRE, and popular tools in use. DESCRIPTION Hands-on Site Reliability Engineering (SRE) brings you a tailor-made guide to learn and practice the essential activities for the smooth functioning of enterprise systems, right from designing to the deployment of enterprise software programs and extending to scalable use with complete efficiency and reliability. The book explores the fundamentals around SRE and related terms, concepts, and techniques that are used by SRE teams and experts. It discusses the essential elements of an IT system, including microservices, application architectures, types of software deployment, and concepts like load balancing. It explains the best techniques in delivering timely software releases using containerization and CI/CD pipeline. This book covers how to track and monitor application performance using Grafana, Prometheus, and Kibana along with how to extend monitoring more effectively by building full-stack observability into the system. The book also talks about chaos engineering, types of system failures, design for high-availability, DevSecOps and AIOps. WHAT YOU WILL LEARN ● Learn the best techniques and practices for building and running reliable software. ● Explore observability and popular methods for effective monitoring of applications. ● Workaround SLIs, SLOs, Error Budgets, and Error Budget Policies to manage failures. ● Learn to practice continuous software delivery using blue/green and canary deployments. ● Explore chaos engineering, SRE best practices, DevSecOps and AIOps. WHO THIS BOOK IS FOR This book caters to experienced IT professionals, application developers, software engineers, and all those who are looking to develop SRE capabilities at the individual or team level. TABLE OF CONTENTS 1. Understand the World of IT 2. Introduction to DevOps 3. Introduction to SRE 4. Identify and Eliminate Toil 5. Release Engineering 6. Incident Management 7. IT Monitoring 8. Observability 9. Key SRE KPIs: SLAs, SLOs, SLIs, and Error Budgets 10. Chaos Engineering 11. DevSecOps and AIOps 12. Culture of Site Reliability Engineering

Hands-On Software Engineering with Golang

Hands-On Software Engineering with Golang PDF Author: Achilleas Anagnostopoulos
Publisher: Packt Publishing Ltd
ISBN: 1838550240
Category : Computers
Languages : en
Pages : 625

Book Description
Explore software engineering methodologies, techniques, and best practices in Go programming to build easy-to-maintain software that can effortlessly scale on demand Key FeaturesApply best practices to produce lean, testable, and maintainable Go code to avoid accumulating technical debtExplore Go’s built-in support for concurrency and message passing to build high-performance applicationsScale your Go programs across machines and manage their life cycle using KubernetesBook Description Over the last few years, Go has become one of the favorite languages for building scalable and distributed systems. Its opinionated design and built-in concurrency features make it easy for engineers to author code that efficiently utilizes all available CPU cores. This Golang book distills industry best practices for writing lean Go code that is easy to test and maintain, and helps you to explore its practical implementation by creating a multi-tier application called Links ‘R’ Us from scratch. You’ll be guided through all the steps involved in designing, implementing, testing, deploying, and scaling an application. Starting with a monolithic architecture, you’ll iteratively transform the project into a service-oriented architecture (SOA) that supports the efficient out-of-core processing of large link graphs. You’ll learn about various cutting-edge and advanced software engineering techniques such as building extensible data processing pipelines, designing APIs using gRPC, and running distributed graph processing algorithms at scale. Finally, you’ll learn how to compile and package your Go services using Docker and automate their deployment to a Kubernetes cluster. By the end of this book, you’ll know how to think like a professional software developer or engineer and write lean and efficient Go code. What you will learnUnderstand different stages of the software development life cycle and the role of a software engineerCreate APIs using gRPC and leverage the middleware offered by the gRPC ecosystemDiscover various approaches to managing package dependencies for your projectsBuild an end-to-end project from scratch and explore different strategies for scaling itDevelop a graph processing system and extend it to run in a distributed mannerDeploy Go services on Kubernetes and monitor their health using PrometheusWho this book is for This Golang programming book is for developers and software engineers looking to use Go to design and build scalable distributed systems effectively. Knowledge of Go programming and basic networking principles is required.

The Site Reliability Workbook

The Site Reliability Workbook PDF Author: Betsy Beyer
Publisher: "O'Reilly Media, Inc."
ISBN: 1492029459
Category : Computers
Languages : en
Pages : 512

Book Description
In 2016, Google’s Site Reliability Engineering book ignited an industry discussion on what it means to run production services today—and why reliability considerations are fundamental to service design. Now, Google engineers who worked on that bestseller introduce The Site Reliability Workbook, a hands-on companion that uses concrete examples to show you how to put SRE principles and practices to work in your environment. This new workbook not only combines practical examples from Google’s experiences, but also provides case studies from Google’s Cloud Platform customers who underwent this journey. Evernote, The Home Depot, The New York Times, and other companies outline hard-won experiences of what worked for them and what didn’t. Dive into this workbook and learn how to flesh out your own SRE practice, no matter what size your company is. You’ll learn: How to run reliable services in environments you don’t completely control—like cloud Practical applications of how to create, monitor, and run your services via Service Level Objectives How to convert existing ops teams to SRE—including how to dig out of operational overload Methods for starting SRE from either greenfield or brownfield

Hands-On Python for DevOps

Hands-On Python for DevOps PDF Author: Ankur Roy
Publisher: Packt Publishing Ltd
ISBN: 1835081495
Category : Computers
Languages : en
Pages : 220

Book Description
Unleash DevOps excellence with Python and its ecosystem of tools for seamless orchestration on both local and cloud platforms, such as GCP, AWS, and Azure Key Features Integrate Python into DevOps for streamlined workflows, task automation, and improved collaboration Combine the principles of Python and DevOps into a unified approach for problem solving Learn about Python’s role in Infrastructure as Code (IaC), MLOps, networking, and other domains Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionPython stands out as a powerhouse in DevOps, boasting unparalleled libraries and support, which makes it the preferred programming language for problem solvers worldwide. This book will help you understand the true flexibility of Python, demonstrating how it can be integrated into incredibly useful DevOps workflows and workloads, through practical examples. You'll start by understanding the symbiotic relation between Python and DevOps philosophies and then explore the applications of Python for provisioning and manipulating VMs and other cloud resources to facilitate DevOps activities. With illustrated examples, you’ll become familiar with automating DevOps tasks and learn where and how Python can be used to enhance CI/CD pipelines. Further, the book highlights Python’s role in the Infrastructure as Code (IaC) process development, including its connections with tools like Ansible, SaltStack, and Terraform. The concluding chapters cover advanced concepts such as MLOps, DataOps, and Python’s integration with generative AI, offering a glimpse into the areas of monitoring, logging, Kubernetes, and more. By the end of this book, you’ll know how to leverage Python in your DevOps-based workloads to make your life easier and save time.What you will learn Implement DevOps practices and principles using Python Enhance your DevOps workloads with Python Create Python-based DevOps solutions to improve your workload efficiency Understand DevOps objectives and the mindset needed to achieve them Use Python to automate DevOps tasks and increase productivity Explore the concepts of DevSecOps, MLOps, DataOps, and more Use Python for containerized workloads in Docker and Kubernetes Who this book is for This book is for IT professionals venturing into DevOps, particularly programmers seeking to apply their existing programming knowledge to excel in this field. For DevOps professionals without a coding background, this book serves as a resource to enhance their understanding of development practices and communicate more effectively with developers. Solutions architects, programmers, and anyone regularly working with DevOps solutions and Python will also benefit from this hands-on guide.

Hands-On Kubernetes, Service Mesh and Zero-Trust

Hands-On Kubernetes, Service Mesh and Zero-Trust PDF Author: Swapnil Dubey
Publisher: BPB Publications
ISBN: 9355518676
Category : Computers
Languages : en
Pages : 377

Book Description
A comprehensive guide to Kubernetes, Service Mesh, and Zero-Trust principles KEY FEATURES ● Delve into security practices that guarantee resilience and secure deployments. ● Discover strategies for managing Kubernetes clusters, enhancing performance, and achieving high availability and scalability. ● Acquire a conceptual understanding of the challenges faced in production environments and explore industry-standard solutions for efficient resolution. DESCRIPTION ​​Building and managing secure applications is a crucial aspect of modern software development, especially in distributed environments. Kubernetes and Istio, when combined, provide a powerful platform for achieving application security and managing it effectively. If you want to build and manage secure applications with ease, then this book is an ideal resource for you. The book extensively covers the building blocks of the Kubernetes orchestration engine, providing in-depth insights into key Kubernetes objects that can be effectively used for deploying containerized applications. It then focuses on all major Kubernetes constructs, offering guidance on their appropriate utilization in different scenarios, while emphasizing the significance of a Zero Trust architecture. Additionally, the book addresses important aspects such as service discovery, optimized logging, and monitoring, which play a critical role in managing distributed applications. It also incorporates essential concepts from Site Reliability Engineering and enabling engineering teams, to proactively meeting Service Level Agreements and attaining operational readiness. In the final section, the book takes a deep dive into Service Mesh, with a special focus on harnessing the strength of Istio as a powerful tool. By the end of the book, you will have the knowledge and skills to effectively build, deploy, and manage secure applications using Kubernetes and Istio. WHAT YOU WILL LEARN ● Learn how to successfully deploy applications on Kubernetes. ● Gain insights into the principles of Zero Trust architecture and its implementation within the Kubernetes orchestration platform. ● Get familiar with the concepts of service discovery and efficient scaling in Kubernetes, empowering you to optimize your application deployments. ● Learn about monitoring and logging within applications, and explore the essential aspects of observability to ensure the reliability of your systems. ● Acquire expertise in service mesh, particularly Istio, to efficiently handle traffic, enhance application reliability, and fortify security measures. WHO THIS BOOK IS FOR This book caters to a wide range of readers, including developers utilizing Kubernetes, DevOps teams, senior software engineers, cloud-native teams, and cloud developers with a foundational knowledge of containers and software development. TABLE OF CONTENTS 1. Docker and Kubernetes 101 2. PODs 3. HTTP Load Balancing with Ingress 4. Kubernetes Workload Resources 5. ConfigMap, Secrets, and Labels 6. Configuring Storage with Kubernetes 7. Introduction to Service Discovery 8. Zero Trust Using Kubernetes 9. Monitoring, Logging and Observability 10. Effective Scaling 11. Introduction to Service Mesh and Istio 12. Traffic Management Using Istio 13. Observability Using Istio 14. Securing Your Services Using Istio

Site Reliability Engineering

Site Reliability Engineering PDF Author: Niall Richard Murphy
Publisher: "O'Reilly Media, Inc."
ISBN: 1491951176
Category :
Languages : en
Pages : 552

Book Description
The overwhelming majority of a software system’s lifespan is spent in use, not in design or implementation. So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems? In this collection of essays and articles, key members of Google’s Site Reliability Team explain how and why their commitment to the entire lifecycle has enabled the company to successfully build, deploy, monitor, and maintain some of the largest software systems in the world. You’ll learn the principles and practices that enable Google engineers to make systems more scalable, reliable, and efficient—lessons directly applicable to your organization. This book is divided into four sections: Introduction—Learn what site reliability engineering is and why it differs from conventional IT industry practices Principles—Examine the patterns, behaviors, and areas of concern that influence the work of a site reliability engineer (SRE) Practices—Understand the theory and practice of an SRE’s day-to-day work: building and operating large distributed computing systems Management—Explore Google's best practices for training, communication, and meetings that your organization can use

Real-World SRE

Real-World SRE PDF Author: Nat Welch
Publisher: Packt Publishing Ltd
ISBN: 1788626443
Category : Computers
Languages : en
Pages : 341

Book Description
This hands-on survival manual will give you the tools to confidently prepare for and respond to a system outage. Key FeaturesProven methods for keeping your website runningA survival guide for incident responseWritten by an ex-Google SRE expertBook Description Real-World SRE is the go-to survival guide for the software developer in the middle of catastrophic website failure. Site Reliability Engineering (SRE) has emerged on the frontline as businesses strive to maximize uptime. This book is a step-by-step framework to follow when your website is down and the countdown is on to fix it. Nat Welch has battle-hardened experience in reliability engineering at some of the biggest outage-sensitive companies on the internet. Arm yourself with his tried-and-tested methods for monitoring modern web services, setting up alerts, and evaluating your incident response. Real-World SRE goes beyond just reacting to disaster—uncover the tools and strategies needed to safely test and release software, plan for long-term growth, and foresee future bottlenecks. Real-World SRE gives you the capability to set up your own robust plan of action to see you through a company-wide website crisis. The final chapter of Real-World SRE is dedicated to acing SRE interviews, either in getting a first job or a valued promotion. What you will learnMonitor for approaching catastrophic failureAlert your team to an outage emergencyDissect your incident response strategiesTest automation tools and build your own softwarePredict bottlenecks and fight for user experienceEliminate the competition in an SRE interviewWho this book is for Real-World SRE is aimed at software developers facing a website crisis, or who want to improve the reliability of their company's software. Newcomers to Site Reliability Engineering looking to succeed at interview will also find this invaluable.

Industrializing Financial Services with DevOps

Industrializing Financial Services with DevOps PDF Author: Spyridon Maniotis
Publisher: Packt Publishing Ltd
ISBN: 1804612219
Category : Business & Economics
Languages : en
Pages : 364

Book Description
Embrace best practices to advance and help evolve your DevOps operating model in the right direction and overcome common challenges that financial services organizations face. Purchase of the print or kindle book includes a free eBook in the PDF format. Key FeaturesDesign the right DevOps operating model for your organization through practical examplesGet insights into a variety of proven practices and concepts that you can employ during your DevOps adoptionGain a holistic view of the complete DevOps capabilities and mechanisms to be enabledBook Description In recent years, large financial services institutions have been embracing the concept of DevOps in the core of their digital transformation strategies. This book is inspired by real enterprise DevOps adoptions in the financial services industry and provides a comprehensive proven practice guide on how large corporate organizations can evolve their DevOps operating model. The book starts by outlining the fundamentals comprising a complete DevOps operating model. It continues with a zoom in on those fundamentals, combining adoption frameworks with real-life examples. You'll cover the three main themes underpinning the book's approach that include the concepts of 360°, at relevance, and speeds. You'll explore how a bank's corporate and technology strategy links to its enterprise DevOps evolution. The book also provides a rich array of proven practices on how to design and create a harmonious 360° DevOps operating model which should be enabled and adopted at relevance in a multi-speed context. It comes packed with real case studies and examples from the financial services industry that you can adopt in your organization and context. By the end of this book, you will have plenty of inspiration that you can take back to your organization and be able to apply the learning from pitfalls and success stories covered in the book. What you will learnUnderstand how a firm's corporate strategy can be translated to a DevOps enterprise evolutionEnable the pillars of a complete DevOps 360° operating modelAdopt DevOps at scale and at relevance in a multi-speed contextImplement proven DevOps practices that large incumbents banks followDiscover core DevOps capabilities that foster the enterprise evolutionSet up DevOps CoEs, platform teams, and SRE teamsWho this book is for This book is for DevOps practitioners, banking technologists, technology managers, business directors and transformation leads. Prior knowledge of fundamental DevOps terminologies and concepts and some experience practicing DevOps in large organizations will help you make the most out of this book.

Hands-On RESTful API Design Patterns and Best Practices

Hands-On RESTful API Design Patterns and Best Practices PDF Author: Harihara Subramanian
Publisher: Packt Publishing Ltd
ISBN: 1788998588
Category : Computers
Languages : en
Pages : 365

Book Description
Build effective RESTful APIs for enterprise with design patterns and REST framework’s out-of-the-box capabilities Key FeaturesUnderstand advanced topics such as API gateways, API securities, and cloudImplement patterns programmatically with easy-to-follow examplesModernize legacy codebase using API connectors, layers, and microservicesBook Description This book deals with the Representational State Transfer (REST) paradigm, which is an architectural style that allows networked devices to communicate with each other over the internet. With the help of this book, you’ll explore the concepts of service-oriented architecture (SOA), event-driven architecture (EDA), and resource-oriented architecture (ROA). This book covers why there is an insistence for high-quality APIs toward enterprise integration. It also covers how to optimize and explore endpoints for microservices with API gateways and touches upon integrated platforms and Hubs for RESTful APIs. You’ll also understand how application delivery and deployments can be simplified and streamlined in the REST world. The book will help you dig deeper into the distinct contributions of RESTful services for IoT analytics and applications. Besides detailing the API design and development aspects, this book will assist you in designing and developing production-ready, testable, sustainable, and enterprise-grade APIs. By the end of the book, you’ll be empowered with all that you need to create highly flexible APIs for next-generation RESTful services and applications. What you will learnExplore RESTful concepts, including URI, HATEOAS, and Code on DemandStudy core patterns like Statelessness, Pagination, and DiscoverabilityOptimize endpoints for linked microservices with API gatewaysDelve into API authentication, authorization, and API security implementationsWork with Service Orchestration to craft composite and process-aware servicesExpose RESTful protocol-based APIs for cloud computingWho this book is for This book is primarily for web, mobile, and cloud services developers, architects, and consultants who want to build well-designed APIs for creating and sustaining enterprise-class applications. You’ll also benefit from this book if you want to understand the finer details of RESTful APIs and their design techniques along with some tricks and tips.

Hands-On High Performance with Go

Hands-On High Performance with Go PDF Author: Bob Strecansky
Publisher: Packt Publishing Ltd
ISBN: 178980177X
Category : Computers
Languages : en
Pages : 387

Book Description
Proven methodologies and concurrency techniques that will help you write faster and better code with Go programming Key FeaturesExplore Go’s profiling tools to write faster programs by identifying and fixing bottlenecksAddress Go-specific performance issues such as memory allocation and garbage collectionDelve into the subtleties of concurrency and discover how to successfully implement it in everyday applicationsBook Description Go is an easy-to-write language that is popular among developers thanks to its features such as concurrency, portability, and ability to reduce complexity. This Golang book will teach you how to construct idiomatic Go code that is reusable and highly performant. Starting with an introduction to performance concepts, you’ll understand the ideology behind Go’s performance. You’ll then learn how to effectively implement Go data structures and algorithms along with exploring data manipulation and organization to write programs for scalable software. This book covers channels and goroutines for parallelism and concurrency to write high-performance code for distributed systems. As you advance, you’ll learn how to manage memory effectively. You’ll explore the compute unified device architecture (CUDA) application programming interface (API), use containers to build Go code, and work with the Go build cache for quicker compilation. You’ll also get to grips with profiling and tracing Go code for detecting bottlenecks in your system. Finally, you’ll evaluate clusters and job queues for performance optimization and monitor the application for performance regression. By the end of this Go programming book, you’ll be able to improve existing code and fulfill customer requirements by writing efficient programs. What you will learnOrganize and manipulate data effectively with clusters and job queuesExplore commonly applied Go data structures and algorithmsWrite anonymous functions in Go to build reusable appsProfile and trace Go apps to reduce bottlenecks and improve efficiencyDeploy, monitor, and iterate Go programs with a focus on performanceDive into memory management and CPU and GPU parallelism in GoWho this book is for This Golang book is a must for developers and professionals who have an intermediate-to-advanced understanding of Go programming, and are interested in improving their speed of code execution.