Pro Devops with Google Cloud Platform with Docker, Jenkins, and Kubernetes
Total Page:16
File Type:pdf, Size:1020Kb
Pro DevOps with Google Cloud Platform With Docker, Jenkins, and Kubernetes Pierluigi Riti Pro DevOps with Google Cloud Platform: With Docker, Jenkins, and Kubernetes Pierluigi Riti Mullingar, Westmeath, Ireland ISBN-13 (pbk): 978-1-4842-3896-7 ISBN-13 (electronic): 978-1-4842-3897-4 https://doi.org/10.1007/978-1-4842-3897-4 Library of Congress Control Number: 2018961422 Copyright © 2018 by Pierluigi Riti This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image, we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the author nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein. Managing Director, Apress Media LLC: Welmoed Spahr Acquisitions Editor: Steve Anglin Development Editor: Matthew Moodie Coordinating Editor: Mark Powers Cover designed by eStudioCalamar Cover image designed by Freepik (www.freepik.com) Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer- sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science+Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation. For information on translations, please e-mail [email protected]; for reprint, paperback, or audio rights, please e-mail [email protected]. Apress titles may be purchased in bulk for academic, corporate, or promotional use. eBook versions and licenses are also available for most titles. For more information, reference our Print and eBook Bulk Sales web page at www.apress.com/bulk-sales. Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the book’s product page, located at www.apress.com/9781484238967. For more detailed information, please visit www.apress.com/source-code. Printed on acid-free paper To Mara, Nicole, and Mattia. My life is empty without you. Table of Contents About the Author ����������������������������������������������������������������������������������������������������� xi About the Technical Reviewer ������������������������������������������������������������������������������� xiii Acknowledgments ���������������������������������������������������������������������������������������������������xv Introduction �����������������������������������������������������������������������������������������������������������xvii Chapter 1: Introduction to DevOps ��������������������������������������������������������������������������� 1 What Is DevOps? ��������������������������������������������������������������������������������������������������������������������������� 1 The DevOps Engineer �������������������������������������������������������������������������������������������������������������������� 2 Adopting DevOps ��������������������������������������������������������������������������������������������������������������������������� 3 The Manager Must Promote the Change ��������������������������������������������������������������������������������� 3 The Developer Must Be Responsible for the Software ������������������������������������������������������������ 4 The Operational People Must Be Treated As “First-Class Citizens” ����������������������������������������� 4 Continuous Integration and Continuous Delivery Policies Must Be Built ��������������������������������� 5 Barriers to the IT Department Must Be Removed �������������������������������������������������������������������� 6 The Release Process Must Be Automated ������������������������������������������������������������������������������� 6 Agile Practices Must Be Promoted Across the Entire Company ���������������������������������������������� 7 Reasons for Adopting DevOps ������������������������������������������������������������������������������������������������������� 7 What and Who Are Involved in DevOps? ���������������������������������������������������������������������������������� 8 Changing the Coordination ������������������������������������������������������������������������������������������������������ 9 The DevOps Chain ����������������������������������������������������������������������������������������������������������������� 11 Defining the Development Pipeline ��������������������������������������������������������������������������������������������� 13 Centralizing the Building Server �������������������������������������������������������������������������������������������� 15 Monitoring Best Practices ����������������������������������������������������������������������������������������������������� 16 Best Practices for Operations ������������������������������������������������������������������������������������������������ 17 Conclusion ���������������������������������������������������������������������������������������������������������������������������������� 18 v TABLE OF CONTENTS Chapter 2: Introduction to GCP ������������������������������������������������������������������������������� 19 Introduction to Cloud Computing ������������������������������������������������������������������������������������������������ 19 Cloud Computing Service Model ������������������������������������������������������������������������������������������� 20 The Deployment Models �������������������������������������������������������������������������������������������������������� 22 Why Use the Cloud? ��������������������������������������������������������������������������������������������������������������� 23 Introduction to Google Cloud Platform ���������������������������������������������������������������������������������������� 23 Starting with GCP ������������������������������������������������������������������������������������������������������������������������ 24 Understanding Billing in GCP ������������������������������������������������������������������������������������������������� 28 GCP Resources ���������������������������������������������������������������������������������������������������������������������� 30 Google SDK ��������������������������������������������������������������������������������������������������������������������������������� 32 Conclusion ���������������������������������������������������������������������������������������������������������������������������������� 35 Chapter 3: Introduction to Continuous Integration and Delivery ���������������������������� 37 Definition of Continuous Integration ������������������������������������������������������������������������������������������� 37 What Is Build in a Continuous Integration Scenario? ������������������������������������������������������������ 38 The Code Repository Server �������������������������������������������������������������������������������������������������� 40 The Continuous Integration Server ���������������������������������������������������������������������������������������� 40 Continuous Delivery �������������������������������������������������������������������������������������������������������������������� 42 Differences Between Continuous Integration and Continuous Delivery �������������������������������� 44 Strategies for Continuous Delivery ���������������������������������������������������������������������������������������� 44 Benefits of Continuous Integration and Continuous Delivery ������������������������������������������������������ 47 Designing a Continuous Integration and Continuous Delivery System ��������������������������������������� 49 Building Continuous Integration and Continuous Delivery Pipelines ������������������������������������� 51 Continuous Database Integration ������������������������������������������������������������������������������������������ 53 Continuous Testing and Inspection ���������������������������������������������������������������������������������������� 54 Preparing the Build for Release �������������������������������������������������������������������������������������������������� 56 Identifying the Code in the Repository ���������������������������������������������������������������������������������� 57 Creating Build Reports �����������������������������������������������������������������������������������������������������������