Book Image

DevOps: Continuous Delivery, Integration, and Deployment with DevOps

By : Sricharan Vadapalli
Book Image

DevOps: Continuous Delivery, Integration, and Deployment with DevOps

By: Sricharan Vadapalli

Overview of this book

DevOps is the most widely used software engineering culture and practice that aim sat software development and operation. Continuous integration is a cornerstone technique of DevOps that merges software code updates from developers into a shared central mainline. This book takes a practical approach and covers the tools and strategies of DevOps. It starts with familiarizing you with DevOps framework and then shows how toper form continuous delivery, integration, and deployment with DevOps. You will explore DevOps process maturity frameworks and progression models with checklist templates for each phase of DevOps. You will also be familiar with agile terminology, methodology, and the benefits accrued by an organization by adopting it. You will also get acquainted with popular tools such as Git, Jenkins ,Maven, Gerrit, Nexus, Selenium, and so on.You will learn configuration, automation, and the implementation of infrastructure automation (Infrastructure as Code) with tools such as Chef and Ansible. This book is ideal for engineers, architects, and developers, who wish to learn the core strategies of DevOps. This book is embedded with useful assessments that will help you revise the concepts you have learned in this book. This book is repurposed for this specific learning experience from material from Packt's Hands-on DevOps by Sricharan Vadapalli.
Table of Contents (8 chapters)

Assessments


  1. Which among the following DevOps processes offers robust integration and automation?

    1. Source code management

    2. Code review

    3. Configuration management

    4. Build management

  2. Which of the following are proprietary tools for code review automation?

    1. Git

    2. SCCS

    3. Crucible

    4. SVN

  3. Which among the following are benefits of artifacts repository management?

    1. Ensures reusability and reliability of the software in client environments

    2. Ensure builds are repeatable and reproducible

    3. Track the status of recent deployments in each of the environments

    4. Audit history of all activities of work items that are associated with each release

  4. Which of the following is a deliverable of the discovery phase in DevOps maturity life cycle?

    1. Baseline of most viable tools to be implemented

    2. Baseline agreed timelines and cost

    3. Reusable tools, process, and artifacts

    4. Baseline of DevOps process to be adopted

  5. The _________ is responsible for team setup, conducting sprint meetings, and removing development obstacles.

    1. Scrum master

    2. Product owner

    3. Customer

    4. Scrum team...