• Complain

Marko Luksa - Kubernetes in Action

Here you can read online Marko Luksa - Kubernetes in Action 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: Manning Publications, 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.

Marko Luksa Kubernetes in Action
  • Book:
    Kubernetes in Action
  • Author:
  • Publisher:
    Manning Publications
  • Genre:
  • Year:
    2018
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Kubernetes in Action: summary, description and annotation

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

SummaryKubernetes in Action is a comprehensive guide to effectively developing and running applications in a Kubernetes environment. Before diving into Kubernetes, the book gives an overview of container technologies like Docker, including how to build containers, so that even readers who havent used these technologies before can get up and running.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyKubernetes is Greek for helmsman, your guide through unknown waters. The Kubernetes container orchestration system safely manages the structure and flow of a distributed application, organizing containers and services for maximum efficiency. Kubernetes serves as an operating system for your clusters, eliminating the need to factor the underlying network and server infrastructure into your designs.About the BookKubernetes in Action teaches you to use Kubernetes to deploy container-based distributed applications. Youll start with an overview of Docker and Kubernetes before building your first Kubernetes cluster. Youll gradually expand your initial application, adding features and deepening your knowledge of Kubernetes architecture and operation. As you navigate this comprehensive guide, youll explore high-value topics like monitoring, tuning, and scaling. Whats Inside
  • Kubernetes internals
  • Deploying containers across a cluster
  • Securing clusters
  • Updating applications with zero downtime
About the ReaderWritten for intermediate software developers with little or no familiarity with Docker or container orchestration systems.About the AuthorMarko Luksa is an engineer at Red Hat working on Kubernetes and OpenShift.Table of Contents
    PART 1 - OVERVIEW
  1. Introducing Kubernetes
  2. First steps with Docker and Kubernetes
  3. PART 2 - CORE CONCEPTS
  4. Pods: running containers in Kubernetes
  5. Replication and other controllers: deploying managed pods
  6. Services: enabling clients to discover and talk to pods
  7. Volumes: attaching disk storage to containers
  8. ConfigMaps and Secrets: configuring applications
  9. Accessing pod metadata and other resources from applications
  10. Deployments: updating applications declaratively
  11. StatefulSets: deploying replicated stateful applications
  12. PART 3 - BEYOND THE BASICS
  13. Understanding Kubernetes internals
  14. Securing the Kubernetes API server
  15. Securing cluster nodes and the network
  16. Managing pods computational resources
  17. Automatic scaling of pods and cluster nodes
  18. Advanced scheduling
  19. Best practices for developing apps
  20. Extending Kubernetes

Marko Luksa: author's other books


Who wrote Kubernetes in Action? Find out the surname, the name of the author of the book and a list of all author's works by series.

Kubernetes in Action — 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 in Action" 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 in Action
Marko Luka

Kubernetes in Action - image 1

Copyright

For online information and ordering of this and other Manning books, please visit www.manning.com. The publisher offers discounts on this book when ordered in quantity. For more information, please contact

Special Sales Department Manning Publications Co. 20 Baldwin Road PO Box 761 Shelter Island, NY 11964 Email: orders@manning.com

2018 by Manning Publications Co. All rights reserved.

No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by means electronic, mechanical, photocopying, or otherwise, without prior written permission of the publisher.

Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in the book, and Manning Publications was aware of a trademark claim, the designations have been printed in initial caps or all caps.

Picture 2 Recognizing the importance of preserving what has been written, it is Mannings policy to have the books we publish printed on acid-free paper, and we exert our best efforts to that end. Recognizing also our responsibility to conserve the resources of our planet, Manning books are printed on paper that is at least 15 percent recycled and processed without the use of elemental chlorine.

Picture 3Manning Publications Co.20 Baldwin RoadPO Box 761Shelter Island, NY 11964
Development editor: Elesha HydeReview editor: Aleksandar DragosavljeviTechnical development editor: Jeanne BoyarskyProject editor: Kevin SullivanCopyeditor: Katie PetitoProofreader: Melody DolabTechnical proofreader: Antonio MagnaghiIllustrator: Chuck LarsonTypesetter: Dennis DalinnikCover designer: Marija Tudor

ISBN: 9781617293726

Printed in the United States of America

1 2 3 4 5 6 7 8 9 10 EBM 22 21 20 19 18 17

Dedication

To my parents, who have always put their childrens needs above their own

Brief Table of Contents
Table of Contents
Preface

After working at Red Hat for a few years, in late 2014 I was assigned to a newly-established team called Cloud Enablement. Our task was to bring the companys range of middleware products to the OpenShift Container Platform, which was then being developed on top of Kubernetes. At that time, Kubernetes was still in its infancyversion 1.0 hadnt even been released yet.

Our team had to get to know the ins and outs of Kubernetes quickly to set a proper direction for our software and take advantage of everything Kubernetes had to offer. When faced with a problem, it was hard for us to tell if we were doing things wrong or merely hitting one of the early Kubernetes bugs.

Both Kubernetes and my understanding of it have come a long way since then. When I first started using it, most people hadnt even heard of Kubernetes. Now, virtually every software engineer knows about it, and it has become one of the fastest-growing and most-widely-adopted ways of running applications in both the cloud and on-premises datacenters.

In my first month of dealing with Kubernetes, I wrote a two-part blog post about how to run a JBoss WildFly application server cluster in OpenShift/Kubernetes. At the time, I never could have imagined that a simple blog post would ultimately lead the people at Manning to contact me about whether I would like to write a book about Kubernetes. Of course, I couldnt say no to such an offer, even though I was sure theyd approached other people as well and would ultimately pick someone else.

And yet, here we are. After more than a year and a half of writing and researching, the book is done. Its been an awesome journey. Writing a book about a technology is absolutely the best way to get to know it in much greater detail than youd learn as just a user. As my knowledge of Kubernetes has expanded during the process and Kubernetes itself has evolved, Ive constantly gone back to previous chapters Ive written and added additional information. Im a perfectionist, so Ill never really be absolutely satisfied with the book, but Im happy to hear that a lot of readers of the Manning Early Access Program (MEAP) have found it to be a great guide to Kubernetes.

My aim is to get the reader to understand the technology itself and teach them how to use the tooling to effectively and efficiently develop and deploy apps to Kubernetes clusters. In the book, I dont put much emphasis on how to actually set up and maintain a proper highly available Kubernetes cluster, but the last part should give readers a very solid understanding of what such a cluster consists of and should allow them to easily comprehend additional resources that deal with this subject.

I hope youll enjoy reading it, and that it teaches you how to get the most out of the awesome system that is Kubernetes.

Acknowledgments

Before I started writing this book, I had no clue how many people would be involved in bringing it from a rough manuscript to a published piece of work. This means there are a lot of people to thank.

First, Id like to thank Erin Twohey for approaching me about writing this book, and Michael Stephens from Manning, who had full confidence in my ability to write it from day one. His words of encouragement early on really motivated me and kept me motivated throughout the last year and a half.

I would also like to thank my initial development editor Andrew Warren, who helped me get my first chapter out the door, and Elesha Hyde, who took over from Andrew and worked with me all the way to the last chapter. Thank you for bearing with me, even though Im a difficult person to deal with, as I tend to drop off the radar fairly regularly.

I would also like to thank Jeanne Boyarsky, who was the first reviewer to read and comment on my chapters while I was writing them. Jeanne and Elesha were instrumental in making the book as nice as it hopefully is. Without their comments, the book could never have received such good reviews from external reviewers and readers.

Id like to thank my technical proofreader, Antonio Magnaghi, and of course all my external reviewers: Al Krinker, Alessandro Campeis, Alexander Myltsev, Csaba Sari, David DiMaria, Elias Rangel, Erisk Zelenka, Fabrizio Cucci, Jared Duncan, Keith Donaldson, Michael Bright, Paolo Antinori, Peter Perlepes, and Tiklu Ganguly. Their positive comments kept me going at times when I worried my writing was utterly awful and completely useless. On the other hand, their constructive criticism helped improve sections that Id quickly thrown together without enough effort. Thank you for pointing out the hard-to-understand sections and suggesting ways of improving the book. Also, thank you for asking the right questions, which made me realize I was wrong about two or three things in the initial versions of the manuscript.

I also need to thank readers who bought the early version of the book through Mannings MEAP program and voiced their comments in the online forum or reached out to me directlyespecially Vimal Kansal, Paolo Patierno, and Roland Hu, who noticed quite a few inconsistencies and other mistakes. And I would like to thank everyone at Manning who has been involved in getting this book published. Before I finish, I also need to thank my colleague and high school friend Ale Justin, who brought me to Red Hat, and my wonderful colleagues from the Cloud Enablement team. If I hadnt been at Red Hat or in the team, I wouldnt have been the one to write this book.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Kubernetes in Action»

Look at similar books to Kubernetes in Action. 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 in Action»

Discussion, reviews of the book Kubernetes in Action 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.