Book description
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.
Table of contents
- Copyright
- Brief Table of Contents
- Table of Contents
- Preface
- Acknowledgments
- About This Book
- About the Author
- About the Cover Illustration
- Part 1. Overview
-
Part 2. Core concepts
- Chapter 3. Pods: running containers in Kubernetes
- Chapter 4. Replication and other controllers: deploying managed pods
- Chapter 5. Services: enabling clients to discover and talk to pods
- Chapter 6. Volumes: attaching disk storage to containers
- Chapter 7. ConfigMaps and Secrets: configuring applications
- Chapter 8. Accessing pod metadata and other resources from applications
- Chapter 9. Deployments: updating applications declaratively
- Chapter 10. StatefulSets: deploying replicated stateful applications
-
Part 3. Beyond the basics
- Chapter 11. Understanding Kubernetes internals
- Chapter 12. Securing the Kubernetes API server
- Chapter 13. Securing cluster nodes and the network
- Chapter 14. Managing pods’ computational resources
- Chapter 15. Automatic scaling of pods and cluster nodes
- Chapter 16. Advanced scheduling
- Chapter 17. Best practices for developing apps
- Chapter 18. Extending Kubernetes
- Appendix A. Using kubectl with multiple clusters
- Appendix B. Setting up a multi-node cluster with kubeadm
- Appendix C. Using other container runtimes
- Appendix D. Cluster Federation
- Kubernetes resources covered in the book
- Index
- List of Figures
- List of Tables
- List of Listings
Product information
- Title: Kubernetes in Action
- Author(s):
- Release date: January 2018
- Publisher(s): Manning Publications
- ISBN: 9781617293726
You might also like
book
Building Microservices, 2nd Edition
As organizations shift from monolithic applications to smaller, self-contained microservices, distributed systems have become more fine-grained. …
book
Database Internals
When it comes to choosing, using, and maintaining a database, understanding its internals is essential. But …
book
Cloud Native Go
What do Docker, Kubernetes, and Prometheus have in common? All of these cloud native technologies are …
book
Java Performance, 2nd Edition
Coding and testing are generally considered separate areas of expertise. In this practical book, Java expert …