Kubernetes in Action
eBook - ePub

Kubernetes in Action

,
  1. 624 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Kubernetes in Action

,
Book details
Table of contents
Citations

About This Book

Summary Kubernetes 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 haven't 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 Technology Kubernetes 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 Book Kubernetes in Action teaches you to use Kubernetes to deploy container-based distributed applications. You'll start with an overview of Docker and Kubernetes before building your first Kubernetes cluster. You'll gradually expand your initial application, adding features and deepening your knowledge of Kubernetes architecture and operation. As you navigate this comprehensive guide, you'll explore high-value topics like monitoring, tuning, and scaling. What's Inside

  • Kubernetes' internals
  • Deploying containers across a cluster
  • Securing clusters
  • Updating applications with zero downtime


About the Reader Written for intermediate software developers with little or no familiarity with Docker or container orchestration systems. About the Author Marko Luksa is an engineer at Red Hat working on Kubernetes and OpenShift. Table of Contents

PART 1 - OVERVIEW

  • Introducing Kubernetes
  • First steps with Docker and Kubernetes

PART 2 - CORE CONCEPTS

  • Pods: running containers in Kubernetes
  • Replication and other controllers: deploying managed pods
  • Services: enabling clients to discover and talk to pods
  • Volumes: attaching disk storage to containers
  • ConfigMaps and Secrets: configuring applications
  • Accessing pod metadata and other resources from applications
  • Deployments: updating applications declaratively
  • StatefulSets: deploying replicated stateful applications

PART 3 - BEYOND THE BASICS

  • Understanding Kubernetes internals
  • Securing the Kubernetes API server
  • Securing cluster nodes and the network
  • Managing pods' computational resources
  • Automatic scaling of pods and cluster nodes
  • Advanced scheduling
  • Best practices for developing apps
  • Extending Kubernetes

Frequently asked questions

Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes, you can access Kubernetes in Action by in PDF and/or ePUB format, as well as other popular books in Computer Science & Software Development. We have over one million books available in our catalogue for you to explore.

Information

Publisher
Manning
Year
2017
ISBN
9781638355342

Table of contents

  1. Kubernetes in Action
  2. Copyright
  3. Brief Table of Contents
  4. Table of Contents
  5. front matter
  6. Part 1. Overview
  7. Chapter 1. Introducing Kubernetes
  8. Chapter 2. First steps with Docker and Kubernetes
  9. Part 2. Core concepts
  10. Chapter 3. Pods: running containers in Kubernetes
  11. Chapter 4. Replication and other controllers: deploying managed pods
  12. Chapter 5. Services: enabling clients to discover and talk to pods
  13. Chapter 6. Volumes: attaching disk storage to containers
  14. Chapter 7. ConfigMaps and Secrets: configuring applications
  15. Chapter 8. Accessing pod metadata and other resources from applications
  16. Chapter 9. Deployments: updating applications declaratively
  17. Chapter 10. StatefulSets: deploying replicated stateful applications
  18. Part 3. Beyond the basics
  19. Chapter 11. Understanding Kubernetes internals
  20. Chapter 12. Securing the Kubernetes API server
  21. Chapter 13. Securing cluster nodes and the network
  22. Chapter 14. Managing pods’ computational resources
  23. Chapter 15. Automatic scaling of pods and cluster nodes
  24. Chapter 16. Advanced scheduling
  25. Chapter 17. Best practices for developing apps
  26. Chapter 18. Extending Kubernetes
  27. Appendix A. Using kubectl with multiple clusters
  28. Appendix B. Setting up a multi-node cluster with kubeadm
  29. Appendix C. Using other container runtimes
  30. Appendix D. Cluster Federation
  31. Kubernetes resources covered in the book
  32. Index
  33. List of Figures
  34. List of Tables
  35. List of Listings