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

Descripción completa

Detalles Bibliográficos
Otros Autores: Lukša, Marko, author (author)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Shelter Island, New York : Manning Publications [2018]
Edición:1st edition
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630696606719
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.