Kubernetes in action /
"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 dee...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Shelter Island, NY :
Manning Publications,
[2018]
|
Subjects: | |
Online Access: | Texto completo (Requiere registro previo con correo institucional) |
Table of Contents:
- Introducing Kubernetes
- First steps with Docker and Kubernetes
- Pods : running containers in Kubernetes
- Replication and other controllers : deploying managed pods
- Services : enablin 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
- 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.