• Complain

Brendan Burns - Kubernetes: Up and Running: Dive Into the Future of Infrastructure

Here you can read online Brendan Burns - Kubernetes: Up and Running: Dive Into the Future of Infrastructure full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: O’Reilly Media, genre: Computer. 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 Kubernetes: Up and Running: Dive Into the Future of Infrastructure

Kubernetes: Up and Running: Dive Into the Future of Infrastructure: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Kubernetes: Up and Running: Dive Into the Future of Infrastructure" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Kubernetes radically changes the way applications are built and deployed in the cloud. Since its introduction in 2014, this container orchestrator has become one of the largest and most popular open source projects in the world. The updated edition of this practical book shows developers and ops personnel how Kubernetes and container technology can help you achieve new levels of velocity, agility, reliability, and efficiency.
Kelsey Hightower, Brendan Burns, and Joe Beda--whove worked on Kubernetes at Google and beyond--explain how this system fits into the lifecycle of a distributed application. Youll learn how to use tools and APIs to automate scalable distributed systems, whether its for online services, machine learning applications, or a cluster of Raspberry Pi computers.
Create a simple cluster to learn how Kubernetes works
Dive into the details of deploying an application using Kubernetes
Learn specialized objects in Kubernetes, such as DaemonSets, jobs, ConfigMaps, and secrets
Explore deployments that tie together the lifecycle of a complete application
Get practical examples of how to develop and deploy real-world applications in Kubernetes

Brendan Burns: author's other books


Who wrote Kubernetes: Up and Running: Dive Into the Future of Infrastructure? Find out the surname, the name of the author of the book and a list of all author's works by series.

Kubernetes: Up and Running: Dive Into the Future of Infrastructure — 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 "Kubernetes: Up and Running: Dive Into the Future of Infrastructure" 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
Kubernetes Up and Running by Brendan Burns Joe Beda and Kelsey Hightower - photo 1
Kubernetes: Up and Running

by Brendan Burns , Joe Beda , and Kelsey Hightower

Copyright 2019 Brendan Burns, Joe Beda, and Kelsey Hightower. 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 (http://oreilly.com). For more information, contact our corporate/institutional sales department: 800-998-9938 or corporate@oreilly.com .

  • Acquisition Editor: John Devins
  • Development Editor: Virginia Wilson
  • Production Editor: Kristen Brown
  • Copyeditor: Kim Cofer
  • Proofreader: Rachel Head
  • Indexer: Ellen Troutman-Zaig
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Rebecca Demarest
  • September 2017: First Edition
  • August 2019: Second Edition
Revision History for the Second Edition
  • 2019-07-15: First Release
  • 2019-10-04: Second Release

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

The OReilly logo is a registered trademark of OReilly Media, Inc. Kubernetes: Up and Running, 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.

This work is part of a collaboration between OReilly and Microsoft. See our statement of editorial independence.

978-1-492-04653-0

[LSI]

For Robin, Julia, Ethan, and everyone who bought cookies to pay for that Commodore 64 in my third-grade class.
Brendan Burns

For my Dad, who helped me fall in love with computers by bringing home punch cards and dot matrix banners.
Joe Beda

For Klarissa and Kelis, who keep me sane. And for my Mom, who taught me a strong work ethic and how to rise above all odds.
Kelsey Hightower

Preface
Kubernetes: A Dedication

Kubernetes would like to thank every sysadmin who has woken up at 3 a.m. to restart a process. Every developer who pushed code to production only to find that it didnt run like it did on their laptop. Every systems architect who mistakenly pointed a load test at the production service because of a leftover hostname that they hadnt updated. It was the pain, the weird hours, and the weird errors that inspired the development of Kubernetes. In a single sentence: Kubernetes intends to radically simplify the task of building, deploying, and maintaining distributed systems. It has been inspired by decades of real-world experience building reliable systems and it has been designed from the ground up to make that experience if not euphoric, at least pleasant. We hope you enjoy the book!

Who Should Read This Book

Whether you are new to distributed systems or have been deploying cloud-native systems for years, containers and Kubernetes can help you achieve new levels of velocity, agility, reliability, and efficiency. This book describes the Kubernetes cluster orchestrator and how its tools and APIs can be used to improve the development, delivery, and maintenance of distributed applications. Though no previous experience with Kubernetes is assumed, to make maximal use of the book you should be comfortable building and deploying server-based applications. Familiarity with concepts like load balancers and network storage will be useful, though not required. Likewise, experience with Linux, Linux containers, and Docker, though not essential, will help you make the most of this book.

Why We Wrote This Book

We have been involved with Kubernetes since its very beginnings. It has been truly remarkable to watch it transform from a curiosity largely used in experiments to a crucial production-grade infrastructure that powers large-scale production applications in varied fields, from machine learning to online services. As this transition occurred, it became increasingly clear that a book that captured both how to use the core concepts in Kubernetes and the motivations behind the development of those concepts would be an important contribution to the state of cloud-native application development. We hope that in reading this book, you not only learn how to build reliable, scalable applications on top of Kubernetes but also receive insight into the core challenges of distributed systems that led to its development.

Why We Updated This Book

In the few years that have passed since we wrote the first edition of thisbook, the Kubernetes ecosystem has blossomed and evolved. Kubernetes itselfhas had many releases, and many more tools and patterns for usingKubernetes have become de facto standards. In updating the book we added material on HTTP load balancing, role-based access control (RBAC),extending the Kubernetes API, how toorganize your application in source control, and more. We also updatedall of the existing chapters to reflect the changes and evolution inKubernetes since the first edition. We fully expect to revise this book again in a few years (and look forward to doing so) as Kubernetes continuesto evolve.

A Word on Cloud-Native Applications Today

From the first programming languages, to object-oriented programming, to the development of virtualization and cloud infrastructure, the history of computer science is a history of the development of abstractions that hide complexity and empower you to build ever more sophisticated applications. Despite this, the development of reliable, scalable applications is still dramatically more challenging than it ought to be. In recent years, containers and container orchestration APIs like Kubernetes have proven to be an important abstraction that radically simplifies the development of reliable, scalable distributed systems. Though containers and orchestrators are still in the process of entering the mainstream, they are already enabling developers to build and deploy applications with a speed, agility, and reliability that would have seemed like science fiction only a few years ago.

Navigating This Book

This book is organized as follows. outlines the high-level benefits of Kubernetes without diving too deeply into the details. If you are new to Kubernetes, this is a great place to start to understand why you should read the rest of the book.

provides a detailed introduction to containers and containerized application development. If youve never really played around with Docker before, this chapter will be a useful introduction. If you are already a Docker expert, it will likely be mostly review.

covers a selection of common commands used to interactwith a Kubernetes cluster.

Starting with ), which tie together the lifecycle of a complete application.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Kubernetes: Up and Running: Dive Into the Future of Infrastructure»

Look at similar books to Kubernetes: Up and Running: Dive Into the Future of Infrastructure. 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 «Kubernetes: Up and Running: Dive Into the Future of Infrastructure»

Discussion, reviews of the book Kubernetes: Up and Running: Dive Into the Future of Infrastructure 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.