Cargando…

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...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Luks̆a, Marko (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Shelter Island, NY : Manning Publications, [2018]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.