EBookClubs

Read Books & Download eBooks Full Online

EBookClubs

Read Books & Download eBooks Full Online

Book Learning DevOps

    Book Details:
  • Author : Mikael Krief
  • Publisher : Packt Publishing Ltd
  • Release : 2019-10-25
  • ISBN : 1838648534
  • Pages : 489 pages

Download or read book Learning DevOps written by Mikael Krief and published by Packt Publishing Ltd. This book was released on 2019-10-25 with total page 489 pages. Available in PDF, EPUB and Kindle. Book excerpt: Simplify your DevOps roles with DevOps tools and techniques Key FeaturesLearn to utilize business resources effectively to increase productivity and collaborationLeverage the ultimate open source DevOps tools to achieve continuous integration and continuous delivery (CI/CD)Ensure faster time-to-market by reducing overall lead time and deployment downtimeBook Description The implementation of DevOps processes requires the efficient use of various tools, and the choice of these tools is crucial for the sustainability of projects and collaboration between development (Dev) and operations (Ops). This book presents the different patterns and tools that you can use to provision and configure an infrastructure in the cloud. You'll begin by understanding DevOps culture, the application of DevOps in cloud infrastructure, provisioning with Terraform, configuration with Ansible, and image building with Packer. You'll then be taken through source code versioning with Git and the construction of a DevOps CI/CD pipeline using Jenkins, GitLab CI, and Azure Pipelines. This DevOps handbook will also guide you in containerizing and deploying your applications with Docker and Kubernetes. You'll learn how to reduce deployment downtime with blue-green deployment and the feature flags technique, and study DevOps practices for open source projects. Finally, you'll grasp some best practices for reducing the overall application lead time to ensure faster time to market. By the end of this book, you'll have built a solid foundation in DevOps, and developed the skills necessary to enhance a traditional software delivery process using modern software delivery tools and techniques What you will learnBecome well versed with DevOps culture and its practicesUse Terraform and Packer for cloud infrastructure provisioningImplement Ansible for infrastructure configurationUse basic Git commands and understand the Git flow processBuild a DevOps pipeline with Jenkins, Azure Pipelines, and GitLab CIContainerize your applications with Docker and KubernetesCheck application quality with SonarQube and PostmanProtect DevOps processes and applications using DevSecOps toolsWho this book is for If you are a developer or a system administrator interested in understanding continuous integration, continuous delivery, and containerization with DevOps tools and techniques, this book is for you.

Book DevOps For Dummies

    Book Details:
  • Author : Emily Freeman
  • Publisher : John Wiley & Sons
  • Release : 2019-08-20
  • ISBN : 1119552222
  • Pages : 375 pages

Download or read book DevOps For Dummies written by Emily Freeman and published by John Wiley & Sons. This book was released on 2019-08-20 with total page 375 pages. Available in PDF, EPUB and Kindle. Book excerpt: Develop faster with DevOps DevOps embraces a culture of unifying the creation and distribution of technology in a way that allows for faster release cycles and more resource-efficient product updating. DevOps For Dummies provides a guidebook for those on the development or operations side in need of a primer on this way of working. Inside, DevOps evangelist Emily Freeman provides a roadmap for adopting the management and technology tools, as well as the culture changes, needed to dive head-first into DevOps. Identify your organization’s needs Create a DevOps framework Change your organizational structure Manage projects in the DevOps world DevOps For Dummies is essential reading for developers and operations professionals in the early stages of DevOps adoption.

Book The DevOps Handbook

Download or read book The DevOps Handbook written by Gene Kim and published by IT Revolution. This book was released on 2016-10-06 with total page 515 pages. Available in PDF, EPUB and Kindle. Book excerpt: Increase profitability, elevate work culture, and exceed productivity goals through DevOps practices. More than ever, the effective management of technology is critical for business competitiveness. For decades, technology leaders have struggled to balance agility, reliability, and security. The consequences of failure have never been greater―whether it's the healthcare.gov debacle, cardholder data breaches, or missing the boat with Big Data in the cloud. And yet, high performers using DevOps principles, such as Google, Amazon, Facebook, Etsy, and Netflix, are routinely and reliably deploying code into production hundreds, or even thousands, of times per day. Following in the footsteps of The Phoenix Project, The DevOps Handbook shows leaders how to replicate these incredible outcomes, by showing how to integrate Product Management, Development, QA, IT Operations, and Information Security to elevate your company and win in the marketplace.

Book Python for DevOps

    Book Details:
  • Author : Noah Gift
  • Publisher : O'Reilly Media
  • Release : 2019-12-12
  • ISBN : 1492057665
  • Pages : 506 pages

Download or read book Python for DevOps written by Noah Gift and published by O'Reilly Media. This book was released on 2019-12-12 with total page 506 pages. Available in PDF, EPUB and Kindle. Book excerpt: Much has changed in technology over the past decade. Data is hot, the cloud is ubiquitous, and many organizations need some form of automation. Throughout these transformations, Python has become one of the most popular languages in the world. This practical resource shows you how to use Python for everyday Linux systems administration tasks with today’s most useful DevOps tools, including Docker, Kubernetes, and Terraform. Learning how to interact and automate with Linux is essential for millions of professionals. Python makes it much easier. With this book, you’ll learn how to develop software and solve problems using containers, as well as how to monitor, instrument, load-test, and operationalize your software. Looking for effective ways to "get stuff done" in Python? This is your guide. Python foundations, including a brief introduction to the language How to automate text, write command-line tools, and automate the filesystem Linux utilities, package management, build systems, monitoring and instrumentation, and automated testing Cloud computing, infrastructure as code, Kubernetes, and serverless Machine learning operations and data engineering from a DevOps perspective Building, deploying, and operationalizing a machine learning project

Book Learning DevOps

    Book Details:
  • Author : Mikael Krief
  • Publisher : Packt Publishing Ltd
  • Release : 2022-03-31
  • ISBN : 1801813469
  • Pages : 560 pages

Download or read book Learning DevOps written by Mikael Krief and published by Packt Publishing Ltd. This book was released on 2022-03-31 with total page 560 pages. Available in PDF, EPUB and Kindle. Book excerpt: Implement modern DevOps techniques to increase business productivity, agility, reliability, security, and scalability Key FeaturesLearn how to use business resources effectively for improved productivity and collaborationUse infrastructure as code practices to build large-scale cloud infrastructureLeverage the ultimate open source DevOps tools to achieve continuous integration and continuous delivery (CI/CD)Book Description In the implementation of DevOps processes, the choice of tools is crucial to the sustainability of projects and collaboration between developers and ops. This book presents the different patterns and tools for provisioning and configuring an infrastructure in the cloud, covering mostly open source tools with a large community contribution, such as Terraform, Ansible, and Packer, which are assets for automation. This DevOps book will show you how to containerize your applications with Docker and Kubernetes and walk you through the construction of DevOps pipelines in Jenkins as well as Azure pipelines before covering the tools and importance of testing. You'll find a complete chapter on DevOps practices and tooling for open source projects before getting to grips with security integration in DevOps using Inspec, Hashicorp Vault, and Azure Secure DevOps kit. You'll also learn about the reduction of downtime with blue-green deployment and feature flags techniques before finally covering common DevOps best practices for all your projects. By the end of this book, you'll have built a solid foundation in DevOps and developed the skills necessary to enhance a traditional software delivery process using modern software delivery tools and techniques. What you will learnUnderstand the basics of infrastructure as code patterns and practicesGet an overview of Git command and Git flowInstall and write Packer, Terraform, and Ansible code for provisioning and configuring cloud infrastructure based on Azure examplesUse Vagrant to create a local development environmentContainerize applications with Docker and KubernetesApply DevSecOps for testing compliance and securing DevOps infrastructureBuild DevOps CI/CD pipelines with Jenkins, Azure Pipelines, and GitLab CIExplore blue-green deployment and DevOps practices for open sources projectsWho this book is for If you are an application developer or a system administrator interested in understanding continuous integration, continuous delivery, and containerization with DevOps tools and techniques, this book is for you. Knowledge of DevOps fundamentals and Git principles is required.

Book Effective DevOps

    Book Details:
  • Author : Jennifer Davis
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2016-05-30
  • ISBN : 1491926430
  • Pages : 410 pages

Download or read book Effective DevOps written by Jennifer Davis and published by "O'Reilly Media, Inc.". This book was released on 2016-05-30 with total page 410 pages. Available in PDF, EPUB and Kindle. Book excerpt: Some companies think that adopting devops means bringing in specialists or a host of new tools. With this practical guide, you’ll learn why devops is a professional and cultural movement that calls for change from inside your organization. Authors Ryn Daniels and Jennifer Davis provide several approaches for improving collaboration within teams, creating affinity among teams, promoting efficient tool usage in your company, and scaling up what works throughout your organization’s inflection points. Devops stresses iterative efforts to break down information silos, monitor relationships, and repair misunderstandings that arise between and within teams in your organization. By applying the actionable strategies in this book, you can make sustainable changes in your environment regardless of your level within your organization. Explore the foundations of devops and learn the four pillars of effective devops Encourage collaboration to help individuals work together and build durable and long-lasting relationships Create affinity among teams while balancing differing goals or metrics Accelerate cultural direction by selecting tools and workflows that complement your organization Troubleshoot common problems and misunderstandings that can arise throughout the organizational lifecycle Learn from case studies from organizations and individuals to help inform your own devops journey

Book Practical DevOps

    Book Details:
  • Author : Joakim Verona
  • Publisher : Packt Publishing Ltd
  • Release : 2016-02-16
  • ISBN : 1785886525
  • Pages : 240 pages

Download or read book Practical DevOps written by Joakim Verona and published by Packt Publishing Ltd. This book was released on 2016-02-16 with total page 240 pages. Available in PDF, EPUB and Kindle. Book excerpt: Harness the power of DevOps to boost your skill set and make your IT organization perform better About This Book Get to know the background of DevOps so you understand the collaboration between different aspects of an IT organization and a software developer Improve your organization's performance to ensure smooth production of software and services Deploy top-quality software and ensure software maintenance and release management with this practical guide Who This Book Is For This book is aimed at developers and system administrators who wish to take on larger responsibilities and understand how the infrastructure that builds today's enterprises works. This book is also great for operations personnel who would like to better support developers. You do not need to have any previous knowledge of DevOps. What You Will Learn Appreciate the merits of DevOps and continuous delivery and see how DevOps supports the agile process Understand how all the systems fit together to form a larger whole Set up and familiarize yourself with all the tools you need to be efficient with DevOps Design an application that is suitable for continuous deployment systems with Devops in mind Store and manage your code effectively using different options such as Git, Gerrit, and Gitlab Configure a job to build a sample CRUD application Test the code using automated regression testing with Jenkins Selenium Deploy your code using tools such as Puppet, Ansible, Palletops, Chef, and Vagrant Monitor the health of your code with Nagios, Munin, and Graphite Explore the workings of Trac—a tool used for issue tracking In Detail DevOps is a practical field that focuses on delivering business value as efficiently as possible. DevOps encompasses all the flows from code through testing environments to production environments. It stresses the cooperation between different roles, and how they can work together more closely, as the roots of the word imply—Development and Operations. After a quick refresher to DevOps and continuous delivery, we quickly move on to looking at how DevOps affects architecture. You'll create a sample enterprise Java application that you'll continue to work with through the remaining chapters. Following this, we explore various code storage and build server options. You will then learn how to perform code testing with a few tools and deploy your test successfully. Next, you will learn how to monitor code for any anomalies and make sure it's running properly. Finally, you will discover how to handle logs and keep track of the issues that affect processes Style and approach This book is primarily a technical guide to DevOps with practical examples suitable for people who like to learn by implementing concrete working code. It starts out with background information and gradually delves deeper into technical subjects.

Book The Phoenix Project

Download or read book The Phoenix Project written by Gene Kim and published by IT Revolution. This book was released on 2018-02-06 with total page 580 pages. Available in PDF, EPUB and Kindle. Book excerpt: ***Over a half-million sold! And available now, the Wall Street Journal Bestselling sequel The Unicorn Project*** “Every person involved in a failed IT project should be forced to read this book.”—TIM O'REILLY, Founder & CEO of O'Reilly Media “The Phoenix Project is a must read for business and IT executives who are struggling with the growing complexity of IT.”—JIM WHITEHURST, President and CEO, Red Hat, Inc. Five years after this sleeper hit took on the world of IT and flipped it on it's head, the 5th Anniversary Edition of The Phoenix Project continues to guide IT in the DevOps revolution. In this newly updated and expanded edition of the bestselling The Phoenix Project, co-author Gene Kim includes a new afterword and a deeper delve into the Three Ways as described in The DevOps Handbook. Bill, an IT manager at Parts Unlimited, has been tasked with taking on a project critical to the future of the business, code named Phoenix Project. But the project is massively over budget and behind schedule. The CEO demands Bill must fix the mess in ninety days or else Bill's entire department will be outsourced. With the help of a prospective board member and his mysterious philosophy of The Three Ways, Bill starts to see that IT work has more in common with a manufacturing plant work than he ever imagined. With the clock ticking, Bill must organize work flow streamline interdepartmental communications, and effectively serve the other business functions at Parts Unlimited. In a fast-paced and entertaining style, three luminaries of the DevOps movement deliver a story that anyone who works in IT will recognize. Readers will not only learn how to improve their own IT organizations, they'll never view IT the same way again. “This book is a gripping read that captures brilliantly the dilemmas that face companies which depend on IT, and offers real-world solutions.”—JEZ HUMBLE, Co-author of Continuous Delivery, Lean Enterprise, Accelerate, and The DevOps Handbook

Book What is DevOps

    Book Details:
  • Author : Mike Loukides
  • Publisher : "O'Reilly Media, Inc."
  • Release : 2012-06-05
  • ISBN : 1449339131
  • Pages : 15 pages

Download or read book What is DevOps written by Mike Loukides and published by "O'Reilly Media, Inc.". This book was released on 2012-06-05 with total page 15 pages. Available in PDF, EPUB and Kindle. Book excerpt: Have we entered the age of NoOps infrastructures? Hardly. Old-style system administrators may be disappearing in the face of automation and cloud computing, but operations have become more significant than ever. As this O’Reilly Radar Report explains, we’re moving into a more complex arrangement known as "DevOps." Mike Loukides, O’Reilly’s VP of Content Strategy, provides an incisive look into this new world of operations, where IT specialists are becoming part of the development team. In an environment with thousands of servers, these specialists now write the code that maintains the infrastructure. Even applications that run in the cloud have to be resilient and fault tolerant, need to be monitored, and must adjust to huge swings in load. That was underscored by Amazon’s EBS outage last year. From the discussions at O’Reilly’s Velocity Conference, it’s evident that many operations specialists are quickly adapting to the DevOps reality. But as a whole, the industry has just scratched the surface. This report tells you why.

Book Accelerate

    Book Details:
  • Author : Nicole Forsgren, PhD
  • Publisher : IT Revolution
  • Release : 2018-03-27
  • ISBN : 1942788355
  • Pages : 244 pages

Download or read book Accelerate written by Nicole Forsgren, PhD and published by IT Revolution. This book was released on 2018-03-27 with total page 244 pages. Available in PDF, EPUB and Kindle. Book excerpt: Winner of the Shingo Publication Award Accelerate your organization to win in the marketplace. How can we apply technology to drive business value? For years, we've been told that the performance of software delivery teams doesn't matter―that it can't provide a competitive advantage to our companies. Through four years of groundbreaking research to include data collected from the State of DevOps reports conducted with Puppet, Dr. Nicole Forsgren, Jez Humble, and Gene Kim set out to find a way to measure software delivery performance―and what drives it―using rigorous statistical methods. This book presents both the findings and the science behind that research, making the information accessible for readers to apply in their own organizations. Readers will discover how to measure the performance of their teams, and what capabilities they should invest in to drive higher performance. This book is ideal for management at every level.

Book DevOps with Kubernetes

    Book Details:
  • Author : Hideto Saito
  • Publisher : Packt Publishing Ltd
  • Release : 2017-10-16
  • ISBN : 1788398009
  • Pages : 382 pages

Download or read book DevOps with Kubernetes written by Hideto Saito and published by Packt Publishing Ltd. This book was released on 2017-10-16 with total page 382 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn to implement DevOps using Docker & Kubernetes. About This Book Learning DevOps, container, and Kubernetes within one book. Leverage Kubernetes as a platform to deploy, scale, and run containers efficiently. A practical guide towards container management and orchestration Who This Book Is For This book is targeted for anyone, who wants to learn containerization and clustering in a practical way using Kubernetes. No prerequisite skills required, however, essential DevOps skill and public/private Cloud knowledge will accelerate the reading speed. If you're advanced readers, you can also get a deeper understanding of all the tools and technique described in the book. What You Will Learn Learn fundamental and advanced DevOps skills and tools Get a comprehensive understanding for container Learn how to move your application to container world Learn how to manipulate your application by Kubernetes Learn how to work with Kubernetes in popular public cloud Improve time to market with Kubernetes and Continuous Delivery Learn how to monitor, log, and troubleshoot your application with Kubernetes In Detail Containerization is said to be the best way to implement DevOps. Google developed Kubernetes, which orchestrates containers efficiently and is considered the frontrunner in container orchestration. Kubernetes is an orchestrator that creates and manages your containers on clusters of servers. This book will guide you from simply deploying a container to administrate a Kubernetes cluster, and then you will learn how to do monitoring, logging, and continuous deployment in DevOps. The initial stages of the book will introduce the fundamental DevOps and the concept of containers. It will move on to how to containerize applications and deploy them into. The book will then introduce networks in Kubernetes. We then move on to advanced DevOps skills such as monitoring, logging, and continuous deployment in Kubernetes. It will proceed to introduce permission control for Kubernetes resources via attribute-based access control and role-based access control. The final stage of the book will cover deploying and managing your container clusters on the popular public cloud Amazon Web Services and Google Cloud Platform. At the end of the book, other orchestration frameworks, such as Docker Swarm mode, Amazon ECS, and Apache Mesos will be discussed. Style and approach Readers will be taken through fundamental DevOps skills and Kubernetes concept and administration with detailed examples. It introduces comprehensive DevOps topics, including microservices, automation tools, containers, monitoring, logging, continuous delivery, and popular public cloud environments. At each step readers will learn how to leverage Kubernetes in their everyday lives and transform their original delivery pipeline for fast and efficient delivery.

Book DevOps for the Modern Enterprise

Download or read book DevOps for the Modern Enterprise written by Mirco Hering and published by IT Revolution. This book was released on 2018-04-03 with total page 261 pages. Available in PDF, EPUB and Kindle. Book excerpt: Many organizations are facing the uphill battle of modernizing their legacy IT infrastructure. Most have evolved over the years by taking lessons from traditional or legacy manufacturing: creating a production process that puts the emphasis on the process instead of the people performing the tasks, allowing the organization to treat people like resources to try to achieve high-quality outcomes. But those practices and ideas are failing modern IT, where collaboration and creativeness are required to achieve high-performing, high-quality success. Mirco Hering, a thought leader in managing IT within legacy organizations, lays out a roadmap to success for IT managers, showing them how to create the right ecosystem, how to empower people to bring their best to work every day, and how to put the right technology in the driver's seat to propel their organization to success. But just having the right methods and tools will not magically transform an organization; the cultural change that is the hardest is also the most impactful. Using principles from Agile, Lean, and DevOps as well as first-hand examples from the enterprise world, Hering addresses the different challenges that legacy organizations face as they transform into modern IT departments.

Book Ansible for DevOps

    Book Details:
  • Author : Jeff Geerling
  • Publisher :
  • Release : 2020-08-05
  • ISBN : 9780986393426
  • Pages : 452 pages

Download or read book Ansible for DevOps written by Jeff Geerling and published by . This book was released on 2020-08-05 with total page 452 pages. Available in PDF, EPUB and Kindle. Book excerpt: Ansible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server--or thousands.

Book The DevOps Adoption Playbook

Download or read book The DevOps Adoption Playbook written by Sanjeev Sharma and published by John Wiley & Sons. This book was released on 2017-02-28 with total page 414 pages. Available in PDF, EPUB and Kindle. Book excerpt: Achieve streamlined, rapid production with enterprise-level DevOps Awarded DevOps 2017 Book of the Year, The DevOps Adoption Playbook provides practical, actionable, real-world guidance on implementing DevOps at enterprise scale. Author Sanjeev Sharma heads the DevOps practice for IBM; in this book, he provides unique guidance and insight on implementing DevOps at large organizations. Most DevOps literature is aimed at startups, but enterprises have unique needs, capabilities, limitations, and challenges; "DevOps for startups" doesn't work at this scale, but the DevOps paradigm can revolutionize enterprise IT. Deliver high-value applications and systems with velocity and agility by adopting the necessary practices, automation tools, and organizational and cultural changes that lead to innovation through rapid experimentation. Speed is an advantage in the face of competition, but it must never come at the expense of quality; DevOps allows your organization to keep both by intersecting development, quality assurance, and operations. Enterprise-level DevOps comes with its own set of challenges, but this book shows you just how easily they are overcome. With a slight shift in perspective, your organization can stay ahead of the competition while keeping costs, risks, and quality under control. Grasp the full extent of the DevOps impact on IT organizations Achieve high-value innovation and optimization with low cost and risk Exceed traditional business goals with higher product release efficiency Implement DevOps in large-scale enterprise IT environments DevOps has been one of IT's hottest trends for the past decade, and plenty of success stories testify to its effectiveness in organizations of any size, industry, or level of IT maturity, all around the world. The DevOps Adoption Playbook shows you how to get your organization on board so you can slip production into the fast lane and innovate your way to the top.

Book DevOps

    Book Details:
  • Author : Mark Reed
  • Publisher :
  • Release : 2020-08-21
  • ISBN :
  • Pages : 144 pages

Download or read book DevOps written by Mark Reed and published by . This book was released on 2020-08-21 with total page 144 pages. Available in PDF, EPUB and Kindle. Book excerpt: Do you want to improve your operational support and get faster fixes?Do you want your team to more agile and flexible?DevOps could be the answer you've been searching for!We all want to be better at what we do. Leaner, faster, more productive and able to adapt to changing demands all help us towards the path to success. DevOps is a relatively new concept and set of practices that aims to reduce the time between committing a change to a system and that change being implemented.Now, with DEVOPS, you can discover why so many people are enthusing about this idea, with chapters covering: - What DevOps really means- How the lifecycle and workflow could benefit you- The exciting tools that will be at your disposal- How to adopt DevOps into your current practices- The future that DevOps is looking towards and how it will affect you- And more...That DevOps can achieve its aims without suffering any loss of quality in the end product, is just one of the main reasons why so many people are turning to it to help their business change to a more streamlined and efficient model.If you want a happier team, more improvement and a new-found respect from senior management, DevOps could be the book that will get that for you!Get a copy and see what difference it could make to you!

Book Introduction to DevOps with Chocolate  LEGO and Scrum Game

Download or read book Introduction to DevOps with Chocolate LEGO and Scrum Game written by Dana Pylayeva and published by Apress. This book was released on 2017-01-23 with total page 146 pages. Available in PDF, EPUB and Kindle. Book excerpt: Discover a role-based simulation game designed to introduce DevOps in a very unusual way. Working with LEGO and chocolate, using avatars, personas, and role cards, you will gain an understanding of the Dev and Ops roles as well as their interdependencies. Throughout the game, players go through a range of emotions and learn to expand the boundaries of individual roles, acquire T-shaped skills, and grow the Scrum-team circle to include Operations. The game combines ideas from "The Phoenix Project" with the experience gained from real-life challenges, encountered by development and operations teams in many organizations. Security vulnerabilities, environments patching, deployment code freeze, development and operations silos - the game helps simulate an end-to-end product delivery process and visualize the bottlenecks in the value delivery flow. Introduction to DevOps with Chocolate, LEGO and Scrum Game engages all five senses to maximize learning effectiveness and in three sprints takes players through a gamified DevOps transformation journey. What You Will Learn Play the Chocolate, LEGO and Scrum role-simulation game Gain knowledge of DevOps and how to apply the game to it See how this game illustrates the DevOps cycle as a case study Who This Book Is For Programmers or system admins/project managers who are new to DevOps. DevOps trainers and Agile Coaches who are interested in offering a collaborative and engaging learning experience to their teams.

Book Learning DevOps  Continuously Deliver Better Software

Download or read book Learning DevOps Continuously Deliver Better Software written by Joakim Verona and published by Packt Publishing Ltd. This book was released on 2016-09-22 with total page 713 pages. Available in PDF, EPUB and Kindle. Book excerpt: Learn to use some of the most exciting and powerful tools to deliver world-class quality software with continuous delivery and DevOps About This Book Get to know the background of DevOps so you understand the collaboration between different aspects of an IT organization and a software developer Deploy top-quality software and ensure software maintenance and release management with this practical guide This course covers some of the most exciting technology available to DevOps engineers, and demonstrates multiple techniques for using them Real-world and realistic examples are provided to help you as you go about the implementation and adoption of continuous delivery and DevOps Who This Book Is For This course is for developers who want to understand how the infrastructure that builds today's enterprises works, and how to painlessly and regularly ship quality software. What You Will Learn Set up and familiarize yourself with all the tools you need to be efficient with DevOps Design an application that is suitable for continuous deployment systems with DevOps in mind Test the code using automated regression testing with Jenkins Selenium Managing the lifecycle of hosts, from creation to ongoing management using Puppet Razor Find out how to manage, use, and work with Code in the Git version management system See what traps, pitfalls, and hurdles to look out for as you implement continuous delivery and DevOps In Detail Harness the power of DevOps to boost your skill set and make your IT organization perform better. If you're keen to employ DevOps techniques to better your software development, this course contains all you need to overcome the day-to-day complications of managing complex infrastructures the DevOps way. Start with your first module – Practical DevOps - that encompasses the entire flow from code from testing to production. Get a solid ground-level knowledge of how to monitor code for any anomalies, perform code testing, and make sure the code is running smoothly through a series of real-world exercise, and develop practical skills by creating a sample enterprise Java application. In the second module, run through a series of tailored mini-tutorials designed to give you a complete understanding of every DevOps automation technique. Create real change in the way you deliver your projects by utilizing some of the most commendable software available today. Go from your first steps of managing code in Git to configuration management in Puppet, monitoring using Sensu, and more. In the final module, get to grips with the continuous delivery techniques that will help you reduce the time and effort that goes into the delivery and support of software. This Learning Path combines some of the best that Packt has to offer in one complete, curated package. It includes content from the following Packt products: Practical DevOps by Joakim Verona DevOps Automation Cookbook by Michael Duffy Continuous Delivery and DevOps : A Quickstart Guide - Second Edition by Paul Swartout Style and approach This course is an easy to follow project based guide for all those with a keen interest in deploying world-class software using some of the most effective and remarkable technologies available.