• Complain

Brendan Burns - Managing Kubernetes: Operating Kubernetes Clusters in the Real World

Here you can read online Brendan Burns - Managing Kubernetes: Operating Kubernetes Clusters in the Real World full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: OReilly Media, genre: Computer / Science. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Brendan Burns Managing Kubernetes: Operating Kubernetes Clusters in the Real World
  • Book:
    Managing Kubernetes: Operating Kubernetes Clusters in the Real World
  • Author:
  • Publisher:
    OReilly Media
  • Genre:
  • Year:
    2018
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Managing Kubernetes: Operating Kubernetes Clusters in the Real World: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Managing Kubernetes: Operating Kubernetes Clusters in the Real World" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

While Kubernetes has greatly simplified the task of deploying containerized applications, managing this orchestration framework on a daily basis can still be a complex undertaking. With this practical book, site reliability and DevOps engineers will learn how to build, operate, manage, and upgrade a Kubernetes clusterwhether it resides on cloud infrastructure or on-premises.Brendan Burns, cofounder of Kubernetes, and Craig Tracey, staff field engineer at Heptio, dissect how Kubernetes works internally and demonstrate ways to maintain, adjust, and improve the cluster to suit your particular use case. Youll learn how to make architectural choices for designing a cluster, managing access control, monitoring and alerting, and upgrading Kubernetes. Dive in and discover how to take full advantage of this orchestration frameworks capabilities.* Learn how your cluster operates, how developers use it to deploy applications, and how Kubernetes can facilitate a developers job* Adjust, secure, and tune your cluster by understanding Kubernetes APIs and configuration options* Detect cluster-level problems early and learn the steps necessary to respond and recover quickly* Determine how and when to add libraries, tools, and platforms that build on, extend, or otherwise improve a Kubernetes cluster

Brendan Burns: author's other books


Who wrote Managing Kubernetes: Operating Kubernetes Clusters in the Real World? Find out the surname, the name of the author of the book and a list of all author's works by series.

Managing Kubernetes: Operating Kubernetes Clusters in the Real World — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Managing Kubernetes: Operating Kubernetes Clusters in the Real World" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Managing Kubernetes by Brendan Burns and Craig Tracey Copyright 2019 Brendan - photo 1
Managing Kubernetes

by Brendan Burns and Craig Tracey

Copyright 2019 Brendan Burns and Craig Tracey. All rights reserved.

Printed in the United States of America.

Published by OReilly Media, Inc. , 1005 Gravenstein Highway North, Sebastopol, CA 95472.

OReilly books may be purchased for educational, business, or sales promotional use. Online editions are also available for most titles (.

  • Acquisitions Editor: Nikki McDonald
  • Development Editor: Virginia Wilson
  • Production Editor: Justin Billing
  • Copyeditor: Shannon Wright
  • Proofreader: Chris Edwards
  • Indexer: WordCo, Inc.
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Rebecca Demarest
  • October 2018: First Edition
Revision History for the First Edition
  • 2018-10-05: First Release
  • 2018-11-06: Second Release

See http://oreilly.com/catalog/errata.csp?isbn=9781492033912 for release details.

The OReilly logo is a registered trademark of OReilly Media, Inc. Managing Kubernetes, the cover image, and related trade dress are trademarks of OReilly Media, Inc.

The views expressed in this work are those of the authors, and do not represent the publishers views. While the publisher and the authors have used good faith efforts to ensure that the information and instructions contained in this work are accurate, the publisher and the authors disclaim all responsibility for errors or omissions, including without limitation responsibility for damages resulting from the use of or reliance on this work. Use of the information and instructions contained in this work is at your own risk. If any code samples or other technology this work contains or describes is subject to open source licenses or the intellectual property rights of others, it is your responsibility to ensure that your use thereof complies with such licenses and/or rights.

978-1-492-03391-2

[LSI]

Preface
Who should read This Book

This book is aimed at operators of Kubernetesclusters, either on-premise or in the cloud, or anyone who wantsto gain a deeper knowledge of how Kubernetes is architected, installedand maintained. Although there is useful information in this book ifyou are a Kubernetes user or developer, ultimately this book is lowerlevel than most Kubernetes users will need. Instead it is devoted tothe details that concern the people who are responsible for ensuringthat a cluster stays healthy, secure and available for developersbuilding applications on Kubernetes.

Why we wrote This Book

While there is an increasingly large body of work both online andin printed form describing how users might best take advantage ofKubernetes to build and deploy their applications, there isrelatively little content available for the operators who install,maintain and upgrade Kubernetes clusters. This book steps intothat gap and provides a concise collection of the informationnecessary to successfully operate Kubernetes for yourself orfor others.

Kubernetes is ubiquitous today as the most common way people managecontainers and build cloud native applications. IndeedKubernetes as a service is available in all of the major public clouds.But for many people using such a service isnt appealing.Perhaps you have regulatory reasons for preserving data in an on-premiseenvironment like a hospital or financial institution, or perhapsyou are operating Kubernetes in a location like a distant airfield oroil platform where limited bandwidth makes using the cloud impossible.Alternately you may simply be interested in gaining the skills neededto run Kubernetes in such an environment.

We hope that the knowledge we have gained through our variousexperiences operating Kubernetes can be shared through this book.With luck this book will provide you the advantage of our experienceswithout requiring that you go through the trials and tribulations bywhich this experience was obtained.

Navigating This Book

This book both summarizes how Kubernetes operates and dives deeply intotopics necessary for successfully administering a Kubernetes cluster.After an introduction to the various topics in is devoted to howpods are scheduled into the cluster. A depth of understand of how Kubernetesoperates will enable you to better serve your users who will need yourhelp when things go wrong.

The remainder of the book is devoted to specific topics that are requiredto manage a Kubernetes cluster, including installing and upgrading Kubernetes ( is devotedto the various ways that the Kubernetes cluster can be extended.

Conventions Used in This Book

The following typographical conventions are used in this book:

Italic

Indicates new terms, URLs, email addresses, filenames, and file extensions.

Constant width

Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

Constant width bold

Shows commands or other text that should be typed literally by the user.

Constant width italic

Shows text that should be replaced with user-supplied values or by values determined by context.

Tip

This element signifies a tip or suggestion.

Note

This element signifies a general note.

Warning

This element indicates a warning or caution.

Using Code Examples

Supplemental material (code examples, exercises, etc.) is available for download at https://github.com/managing-kubernetes/managing-kubernetes.

This book is here to help you get your job done. In general, if example code is offered with this book, you may use it in your programs and documentation. You do not need to contact us for permission unless youre reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing a CD-ROM of examples from OReilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your products documentation does require permission.

We appreciate, but do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: Managing Kubernetes by Brendan Burns and Craig Tracey (OReilly). Copyright 2019 Brendan Burns and Craig Tracey, 978-1-492-03391-2.

If you feel your use of code examples falls outside fair use or the permission given above, feel free to contact us at .

OReilly Safari
Note

Safari (formerly Safari Books Online) is a membership-based training and reference platform for enterprise, government, educators, and individuals.

Members have access to thousands of books, training videos, Learning Paths, interactive tutorials, and curated playlists from over 250 publishers, including OReilly Media, Harvard Business Review, Prentice Hall Professional, Addison-Wesley Professional, Microsoft Press, Sams, Que, Peachpit Press, Adobe, Focal Press, Cisco Press, John Wiley & Sons, Syngress, Morgan Kaufmann, IBM Redbooks, Packt, Adobe Press, FT Press, Apress, Manning, New Riders, McGraw-Hill, Jones & Bartlett, and Course Technology, among others.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Managing Kubernetes: Operating Kubernetes Clusters in the Real World»

Look at similar books to Managing Kubernetes: Operating Kubernetes Clusters in the Real World. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Managing Kubernetes: Operating Kubernetes Clusters in the Real World»

Discussion, reviews of the book Managing Kubernetes: Operating Kubernetes Clusters in the Real World and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.