Cargando…

Docker management design patterns : swarm mode on Amazon Web Services /

Master every aspect of orchestrating/managing Docker including creating a Swarm, creating services, using mounts, scheduling, scaling, resource management, rolling updates, load balancing, high availability, logging and monitoring, using multiple zones, and networking. This book also discusses the m...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Vohra, Deepak, 1966-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [United States] : Apress, ©2017.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_on1004829725
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|||||||||
008 170928s2017 xxu ob 001 0 eng d
040 |a YDX  |b eng  |e pn  |c YDX  |d N$T  |d GW5XE  |d N$T  |d EBLCP  |d AZU  |d UPM  |d MERER  |d OCLCF  |d IOG  |d COO  |d OCLCQ  |d IDB  |d MERUC  |d SNK  |d UAB  |d K6U  |d U3W  |d D6H  |d CAUOI  |d LIV  |d OCLCQ  |d OCLCO  |d KSU  |d EZ9  |d VT2  |d INT  |d AU@  |d OCLCQ  |d ESU  |d WYU  |d OCLCQ  |d S9I  |d UMI  |d TOH  |d G3B  |d OCLCQ  |d STF  |d BTCTA  |d BDX  |d SOI  |d LEAUB  |d YDX  |d UKMGB  |d UKAHL  |d OCLCQ  |d ERF  |d UHL  |d LEATE  |d OCLCQ  |d SRU  |d OCLCQ  |d EYM  |d ADU  |d DCT  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB972870  |2 bnb 
016 7 |a 019140048  |2 Uk 
019 |a 992746332  |a 1005004305  |a 1008870580  |a 1011792387  |a 1048123900  |a 1058649491  |a 1066447716  |a 1066519811  |a 1077473816  |a 1082334984  |a 1086466698  |a 1097094317  |a 1113179658  |a 1113381382  |a 1122812731  |a 1125727833  |a 1129351877  |a 1136257621  |a 1153047217  |a 1203982768  |a 1264743540 
020 |a 9781484229736  |q (electronic bk.) 
020 |a 1484229738  |q (electronic bk.) 
020 |z 9781484229729 
020 |z 148422972X 
024 7 |a 10.1007/978-1-4842-2973-6  |2 doi 
029 1 |a AU@  |b 000060950453 
029 1 |a AU@  |b 000062229639 
029 1 |a AU@  |b 000065066331 
029 1 |a AU@  |b 000066230509 
029 1 |a AU@  |b 000067108021 
029 1 |a CHNEW  |b 000974958 
029 1 |a CHVBK  |b 503260924 
029 1 |a UKMGB  |b 019140048 
029 1 |a AU@  |b 000069003794 
035 |a (OCoLC)1004829725  |z (OCoLC)992746332  |z (OCoLC)1005004305  |z (OCoLC)1008870580  |z (OCoLC)1011792387  |z (OCoLC)1048123900  |z (OCoLC)1058649491  |z (OCoLC)1066447716  |z (OCoLC)1066519811  |z (OCoLC)1077473816  |z (OCoLC)1082334984  |z (OCoLC)1086466698  |z (OCoLC)1097094317  |z (OCoLC)1113179658  |z (OCoLC)1113381382  |z (OCoLC)1122812731  |z (OCoLC)1125727833  |z (OCoLC)1129351877  |z (OCoLC)1136257621  |z (OCoLC)1153047217  |z (OCoLC)1203982768  |z (OCoLC)1264743540 
037 |a CL0501000009  |b Safari Books Online 
050 4 |a QA76.9.D3 
072 7 |a COM  |x 021000  |2 bisacsh 
072 7 |a UB  |2 bicssc 
082 0 4 |a 005.74  |2 23 
049 |a UAMI 
100 1 |a Vohra, Deepak,  |d 1966- 
245 1 0 |a Docker management design patterns :  |b swarm mode on Amazon Web Services /  |c Deepak Vohra. 
260 |a [United States] :  |b Apress,  |c ©2017. 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
347 |b PDF 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed October 12, 2017). 
505 0 |a At a Glance; Contents; About the Author; About the Technical Reviewers; Introduction; Chapter 1: Getting Started with Docker; Setting the Environment; Running a Docker Application; Summary; Chapter 2: Using Docker in Swarm Mode; The Problem; The Solution; Docker Swarm Mode; Nodes; Service; Desired State of a Service; Manager Node and Raft Consensus; Worker Nodes; Quorum; Setting the Environment; Initializing the Docker Swarm Mode; Joining Nodes to the Swarm; Testing the Swarm; Promoting a Worker Node to Manager; Demoting a Manager Node to Worker; Making a Worker Node Leave the Swarm. 
505 8 |a Making a Manager Node Leave the SwarmReinitializing a Cluster; Modifying Node Availability; Removing a Node; Summary; Chapter 3: Using Docker for AWS to Create a Multi-Zone Swarm; The Problem; The Solution; Setting the Environment; Creating a AWS CloudFormation Stack for Docker Swarm; Connecting with the Swarm Manager; Using the Swarm; Deleting a Swarm; Summary; Chapter 4: Docker Services; The Problem; The Solution; Setting the Environment; The docker service Commands; Types of Services; Creating a Service; Listing the Tasks of a Service. 
505 8 |a Invoking a Hello World Service Task on the Command LineGetting Detailed Information About a Service; Invoking the Hello World Service in a Browser; Creating a Service for a MySQL Database; Scaling a Service; Listing Service Tasks; Accessing a MySQL Database in a Docker Container; Updating a Service; Updating the Replicas; Updating the Docker Image Tag; Updating the Placement Constraints; Updating Environment Variables; Updating the Docker Image; Updating the Container Labels; Updating Resources Settings; Removing a Service; Creating a Global Service; Summary; Chapter 5: Scaling Services. 
505 8 |a The ProblemThe Solution; Setting the Environment; Creating a Replicated Service; Scaling Up a Service; Scaling Down a Service; Removing a Service; Global Services Cannot Be Scaled; Scaling Multiple Services Using the Same Command; Service Tasks Replacement on a Node Leaving the Swarm; Summary; Chapter 6: Using Mounts; The Problem; The Solution; Volume Mounts; Bind Mounts; Setting the Environment; Creating a Named Volume; Using a Volume Mount; Removing a Volume; Creating and Using a Bind Mount; Summary; Chapter 7: Configuring Resources; The Problem; The Solution; Setting the Environment. 
505 8 |a Creating a Service Without Resource SpecificationReserving Resources; Setting Resource Limits; Creating a Service with Resource Specification; Scaling and Resources; Reserved Resources Must Not Be More Than Resource Limits; Rolling Update to Modify Resource Limits and Reserves; Resource Usage and Node Capacity; Scaling Up the Stack; Summary; Chapter 8: Scheduling; The Problem; The Solution; Setting the Environment; Creating and Scheduling a Service: The Spread Scheduling; Desired State Reconciliation; Scheduling Tasks Limited by Node Resource Capacity; Adding Service Scheduling Constraints. 
520 |a Master every aspect of orchestrating/managing Docker including creating a Swarm, creating services, using mounts, scheduling, scaling, resource management, rolling updates, load balancing, high availability, logging and monitoring, using multiple zones, and networking. This book also discusses the managed services for Docker Swarm: Docker for AWS and Docker Cloud Swarm mode. Docker Management Design Patterns explains how to use Docker Swarm mode with Docker Engine to create a distributed Docker container cluster and how to scale a cluster of containers, schedule containers on specific nodes, and mount a volume. You will learn to provision a Swarm on production-ready AWS EC2 nodes, and to link Docker Cloud to Docker for AWS to provision a new Swarm or connect to an existing Swarm. Finally, you will learn to deploy a Docker Stack on Docker Swarm with Docker Compose. You will: Appl y Docker management design patterns Use Docker Swarm mode and other new features introduced in Docker 1.12 and 1.13 Create and scale a Docker service Use mounts including volumes Configure scheduling, load balancing, high availability, logging and monitoring, rolling updates, resource management, and networking Use Docker for AWS managed services including a multi-zone Swarm Build Docker Cloud managed services in Swarm mode. 
504 |a Includes bibliographical references and index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Database management. 
650 0 |a Application software. 
650 6 |a Bases de données  |x Gestion. 
650 6 |a Logiciels d'application. 
650 7 |a COMPUTERS  |x Database Management  |x General.  |2 bisacsh 
650 7 |a Application software  |2 fast 
650 7 |a Database management  |2 fast 
773 0 |t Springer eBooks 
776 0 8 |i Print version:  |a Vohra, Deepak.  |t Docker Management Design Patterns : Swarm Mode on Amazon Web Services.  |d Berkeley, CA : Apress, ©2017  |z 9781484229729 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484229736/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH33856210 
938 |a Brodart  |b BROD  |n 120373068 
938 |a Baker and Taylor  |b BTCP  |n BK0021004782 
938 |a EBL - Ebook Library  |b EBLB  |n EBL5056801 
938 |a EBSCOhost  |b EBSC  |n 1606964 
938 |a YBP Library Services  |b YANK  |n 14828263 
938 |a YBP Library Services  |b YANK  |n 14665950 
994 |a 92  |b IZTAP