Kubernetes
Management
Design Patterns
With Docker, CoreOS Linux, and Other
Platforms
—
Deepak Vohra
Kubernetes
Management Design
Patterns
With Docker, CoreOS Linux,
and Other Platforms
Deepak Vohra
Kubernetes Management Design Patterns: With Docker, CoreOS Linux, and Other Platforms
Deepak Vohra
White Rock, British Columbia
Canada
ISBN-13 (pbk): 978-1-4842-2597-4 ISBN-13 (electronic): 978-1-4842-2598-1
DOI 10.1007/978-1-4842-2598-1
Library of Congress Control Number: 2017930815
Copyright © 2017 by Deepak Vohra
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.
“Docker and the Docker logo are trademarks or registered trademarks of Docker, Inc. in the United States and/or
other countries. Docker, Inc. and other parties may also have trademark rights in other terms used herein.”
Kubernetes is Apache License 2.0 software. Docker is Apache License 2.0 software. CoreOS is Apache License 2.0
software.
While the advice and information in this book are believed to be true and accurate at the date of publication,
neither the authors 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.
Cover image designed by Freepik.
Managing Director: Welmoed Spahr
Lead Editor: Steve Anglin
Development Editor: Matthew Moodie
Technical Reviewer: Massimo Nardone
Coordinating Editor: Mark Powers
Copy Editor: James A. Compton
Compositor: SPi Global
Indexer: SPi Global
Artist: SPi Global
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 rights@apress.com, or visit http://www.apress.com/us/
services/rights-permission.
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 http://www.apress.com/bulk-sales.
Any source code or other supplementary material referenced by the author in this book is available
to readers for download or cloning at Github via the book's product page, located at www.apress.
com/9781484225974. For more detailed information, please visit http://www.apress.com/source-code.
Printed on acid-free paper
iii
Contents at a Glance
About the Author ��������������������������������������������������������������������������������������������������� xiii
About the Technical Reviewer ���������������������������������������������������������������������������������xv
Introduction �����������������������������������������������������������������������������������������������������������xvii
■Part I: Platforms ��������������������������������������������������������������������������������� 1
■Chapter 1: Kubernetes on AWS ������������������������������������������������������������������������������ 3
■Chapter 2: Kubernetes on CoreOS on AWS ���������������������������������������������������������� 23
■Chapter 3: Kubernetes on Google Cloud Platform ����������������������������������������������� 49
■Part II: Administration and Configuration ����������������������������������������� 89
■Chapter 4: Using Multiple Zones �������������������������������������������������������������������������� 91
■Chapter 5: Using the Tectonic Console �������������������������������������������������������������� 117
■Chapter 6: Using Volumes ��������������������������������������������������������������������������������� 135
■Chapter 7: Using Services ��������������������������������������������������������������������������������� 153
■Chapter 8: Using Rolling Updates ���������������������������������������������������������������������� 171
■Chapter 9: Scheduling Pods on Nodes ��������������������������������������������������������������� 199
■Chapter 10: Configuring Compute Resources ���������������������������������������������������� 237
■Chapter 11: Using ConfigMaps �������������������������������������������������������������������������� 257
■Chapter 12: Using Resource Quotas ������������������������������������������������������������������ 279
■Chapter 13: Using Autoscaling �������������������������������������������������������������������������� 299
■Chapter 14: Configuring Logging ����������������������������������������������������������������������� 309
iv
■ CONTENTS AT A GLANCE
■Part III: High Availability ����������������������������������������������������������������� 333
■Chapter 15: Using an HA Master with OpenShift ������������������������������������������������� 335
■Chapter 16: Developing a Highly Available Website ������������������������������������������ 355
Index ��������������������������������������������������������������������������������������������������������������������� 393