• Complain

James Strong - Networking and Kubernetes: A Layered Approach

Here you can read online James Strong - Networking and Kubernetes: A Layered Approach full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2021, publisher: OReilly Media, genre: Home and family. 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.

James Strong Networking and Kubernetes: A Layered Approach

Networking and Kubernetes: A Layered Approach: summary, description and annotation

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

Kubernetes has become an essential part of the daily work for most system, network, and cluster administrators today. But to work effectively together on a production-scale Kubernetes system, they must be able to speak the same language. This book provides a clear guide to the layers of complexity and abstraction that come with running a Kubernetes network.

Authors James Strong and Vallery Lancey bring you up to speed on the intricacies that Kubernetes has to offer for large container deployments. If youre to be effective in troubleshooting and maintaining a production cluster, you need to be well versed in the abstraction provided at each layer. This practical book shows you how.

  • Learn the Kubernetes networking model
  • Choose the best interface for your clusters from the CNCF Container Network Interface project
  • Explore the networking and Linux primitives that power Kubernetes
  • Quickly troubleshoot networking issues and prevent downtime
  • Examine cloud networking and Kubernetes using the three major providers: Amazon Web Services, Google Cloud, and Microsoft Azure
  • Learn the pros and cons of various network tools--and how to select the best ones for your stack

James Strong: author's other books


Who wrote Networking and Kubernetes: A Layered Approach? Find out the surname, the name of the author of the book and a list of all author's works by series.

Networking and Kubernetes: A Layered Approach — 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 "Networking and Kubernetes: A Layered Approach" 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
Networking and Kubernetes by James Strong and Vallery Lancey Copyright 2021 - photo 1
Networking and Kubernetes

by James Strong and Vallery Lancey

Copyright 2021 Strongjz tech and Vallery Lancey. 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 .

  • Acquisitions Editor: John Devins
  • Development Editor: Melissa Potter
  • Production Editor: Beth Kelly
  • Copyeditor: Kim Wimpsett
  • Proofreader: Piper Editorial Consulting, LLC
  • Indexer: Sam Arnold-Boyd
  • Interior Designer: David Futato
  • Cover Designer: Karen Montgomery
  • Illustrator: Kate Dullea
  • September 2021: First Edition
Revision History for the First Edition
  • 2021-09-07: First Release

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

The OReilly logo is a registered trademark of OReilly Media, Inc. Networking and 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-08165-4

[LSI]

Preface
Just Another Packet

Since the first two computers were joined together over a cable, networking has been a crucial part of our infrastructure.Networks now have layers and layers of complexity to support a multitude of use cases, and the advent of containers and projects like Mesosphere and Kubernetes have not changed that. While the contributors of Kubernetes have attempted to abstract away this networking complexity for developers, computer science is just that, abstraction upon abstraction. Kubernetes, and its networking API, is another abstraction that makes it easier and faster to deploy applications for consumption. What about the administrator who has to manage Kubernetes? This book intends to dispelthe mysticism around the abstractions Kubernetes puts in place, guide administrators through the layers of complexity,and help you realize Kubernetes is not just another packet.

Who This Book Is For

According to 451 Research, the global application container market is expected to grow from USD 2.1 billion in 2019 to USD 4.2 billion by 2022 . This explosive growth in thecontainer market underscores the need for IT professionals to be knowledgeable in deploying, managing, and troubleshooting containers.

This book is intended to be read from beginning to end by new network, Linux, or cluster administrators, and it can be used by more experienced DevOps engineers to jump to specific topics forwhich they find themselves needing to be upskilled. Network, Linux, and cluster administrators need to be familiar with how to operate Kubernetes at scale.

In this book, readers will find the information required to navigate the layers of complexity that come with running a Kubernetes network. This book will peel back the abstractions that Kubernetes puts in place so that developers have a similar experience across deployments on-premises, in the cloud, and with managed services. Engineers responsible for production cluster operations and network uptime can use this book to bridge the gap in their knowledge of those abstractions.

What You Will Learn

By the end of this book, the reader will understand the following:

  • The Kubernetes networking model
  • The Container Network Interface (CNI) project and how to choose a CNI project for their clusters
  • Networking and Linux primitives that power Kubernetes
  • The relationship between the abstractions powering the Kubernetes network

Also, the reader will be able to do the following:

  • Deploy and manage a production-scale network for Kubernetes clusters
  • Troubleshoot underlying network-related application issues inside a Kubernetes cluster
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/strongjz/Networking-and-Kubernetes.

If you have a technical question, or a problem using the code examples, please send email to .

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 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 generally do not require, attribution.An attribution usually includes the title, author, publisher, and ISBN. For example: Networking and Kubernetes by James Strong and Vallery Lancey (OReilly).Copyright 2021 Strongjz tech and Vallery Lancey, 978-1-492-08165-4.

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

OReilly Online Learning
Note

For more than 40 years, OReilly Media has provided technology and business training, knowledge, and insight to help companies succeed.

Our unique network of experts and innovators share their knowledge and expertise through books, articles, and our online learning platform.OReillys online learning platform gives you on-demand access to live training courses, in-depth learning paths, interactive coding environments, and a vast collection of text and video from OReilly and 200+ other publishers.For more information, visit

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Networking and Kubernetes: A Layered Approach»

Look at similar books to Networking and Kubernetes: A Layered Approach. 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 «Networking and Kubernetes: A Layered Approach»

Discussion, reviews of the book Networking and Kubernetes: A Layered Approach 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.