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. Continuous delivery is the process of extending the __________.

    1. Continuous deployment

    2. Continuous monitoring

    3. Continuous integration

    4. Continuous delivery

  2. State whether the following is True or False: The delivery manager will approve the acceptance tests to agree to deployment test systems.

  3. Which among the following are effective mechanisms to propose changes and check the quality of changes by identifying problems before they're pushed into the mainline, causing rework?

    1. Pull for review in Gerrit

    2. Pull request in SVN

    3. Push request in GitHub

    4. Pull request in GitHub

  4. Which command is used to install Jenkins?

    1. C:>java Jenkins.war

    2. C:>Java -jar Jenkins.war

    3. C:>Java –jar Jenkins.war

    4. C:>java –jar Jenkins.war

  5. Which among the following is the process of building a robust pipeline from software development to deployment?

    1. Continuous monitoring

    2. Continuous deployment

    3. Continuous integration

    4. Continuous delivery