ORPP logo

The DevOps 2.1 Toolkit : (Record no. 126121)

MARC details
000 -LEADER
fixed length control field 07954nam a22004453i 4500
001 - CONTROL NUMBER
control field EBC4857504
003 - CONTROL NUMBER IDENTIFIER
control field MiAaPQ
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20240729131233.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m o d |
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 240724s2017 xx o ||||0 eng d
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781787280601
Qualifying information (electronic bk.)
035 ## - SYSTEM CONTROL NUMBER
System control number (MiAaPQ)EBC4857504
035 ## - SYSTEM CONTROL NUMBER
System control number (Au-PeEL)EBL4857504
035 ## - SYSTEM CONTROL NUMBER
System control number (CaPaEBR)ebr11383871
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)987662799
040 ## - CATALOGING SOURCE
Original cataloging agency MiAaPQ
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency MiAaPQ
Modifying agency MiAaPQ
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number QA76.76.D47.F373 2017eb
082 0# - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 5.0999999999999996
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Farcic, Viktor.
245 14 - TITLE STATEMENT
Title The DevOps 2.1 Toolkit :
Remainder of title Docker Swarm.
250 ## - EDITION STATEMENT
Edition statement 1st ed.
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture Birmingham :
Name of producer, publisher, distributor, manufacturer Packt Publishing, Limited,
Date of production, publication, distribution, manufacture, or copyright notice 2017.
264 #4 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Date of production, publication, distribution, manufacture, or copyright notice ©2017.
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (426 pages)
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover -- Credits -- About the Author -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Continuous Integration with Docker Containers -- Defining a fully Dockerized manual Continuous Integration flow -- Running unit tests and building service binary -- Building service images -- Running staging tests -- Pushing images to the registry -- Chapter 2: Setting Up and Operating a Swarm Cluster -- Scalability -- Axis scaling -- X-axis scaling -- Y-axis scaling -- Z-axis scaling -- Clustering -- Docker Swarm Mode -- Setting up a Swarm cluster -- Deploying services to the Swarm cluster -- Scaling services -- Failover -- What now? -- Chapter 3: Docker Swarm Networking and Reverse Proxy -- Setting up a cluster -- Requirements of secured and fault tolerant services running with high availability -- Running a database in isolation -- Running a service through a reverse proxy -- Creating a reverse proxy service in charge of routing requests depending on their base URLs -- Load balancing requests across all instances of a service -- What now? -- Chapter 4: Service Discovery inside a Swarm Cluster -- What would Docker Swarm look like without? -- What does standalone Docker Swarm look like with service discovery? -- Service discovery in the Swarm cluster -- Do we need service discovery? -- Setting up Consul as service registry inside a Swarm cluster -- Problems when scaling stateful instances -- Using service registry to store the state -- Discovering addresses of all instances that form a service -- Using service registry or key value store to store service state -- What now? -- Chapter 5: Continuous Delivery and Deployment with Docker Containers -- Defining the Continuous Delivery environment -- Setting up Continuous Delivery clusters -- Using node labels to constrain services -- Creating services.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Walking through Continuous Delivery steps -- Walking the extra mile from Continuous Delivery to Continuous Deployment -- What now? -- Chapter 6: Automating Continuous Deployment Flow with Jenkins -- Jenkins architecture -- Production environment setup -- Jenkins service -- Jenkins failover -- Jenkins agent -- Creating services in production and production-like environments -- Automating Continuous Deployment flow with Jenkins -- Creating Jenkins Pipeline jobs -- Defining Pipeline nodes -- Defining Pipeline stages -- Defining Pipeline steps -- What now? -- Chapter 7: Exploring Docker Remote API -- Setting up the environment -- Operating Docker Swarm through the Docker Remote API -- Using Docker Remote API to automate proxy configuration -- Combining the Swarm listener with the proxy -- Automatically reconfiguring the proxy -- Removing a service from the proxy -- What now? -- Chapter 8: Using Docker Stack and Compose YAML Files to Deploy Swarm Services -- Swarm cluster setup -- Creating Swarm services through Docker stack commands -- Deploying more stacks -- To stack or not to stack -- Cleanup -- Chapter 9: Defining Logging Strategy -- The need for centralized logging -- Setting up ElasticSearch as the logging database -- Setting up LogStash as the logs parser and forwarder -- Forwarding logs from all containers running anywhere inside a Swarm cluster -- Exploring logs -- Discussing other logging solutions -- What now? -- Chapter 10: Collecting Metrics and Monitoring the Cluster -- The requirements of a cluster monitoring system -- Choosing the right database to store system metrics -- Creating the cluster -- Prometheus metrics -- Exporting system wide metrics -- Scraping, querying, and visualizing Prometheus metrics -- Using Grafana to create dashboards -- Exploring Docker Swarm and container overview dashboard in Grafana.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Adjusting services through dashboard metrics -- Monitoring best practices -- What now? -- Chapter 11: Embracing Destruction: Pets versus Cattle -- What now? -- Chapter 12: Creating and Managing a Docker Swarm Cluster in Amazon Web Services -- Installing AWS CLI and setting up the environment variables -- Setting up a Swarm cluster with Docker Machine and AWS CLI -- Setting up a Swarm cluster with Docker for AWS -- Automatically setting up a Swarm cluster with Docker for AWS -- Setting up a Swarm cluster with Packer and Terraform -- Using Packer to create Amazon Machine Images -- Using Terraform to create a Swarm cluster in AWS -- Choosing the right tools to create and manage Swarm clusters in AWS -- To Docker Machine or not to Docker Machine? -- To Docker for AWS or not to Docker for AWS? -- To Terraform or not to Terraform? -- The final verdict -- Chapter 13: Creating and Managing a Docker Swarm Cluster in DigitalOcean -- Setting up the environment variables -- Setting up a Swarm cluster with Docker Machine and DigitalOcean API -- Setting up a Swarm cluster with Packer and Terraform -- Using Packer to create DigitalOcean snapshots -- Using Terraform to create a Swarm cluster in DigitalOcean -- Choosing the right tools to create and manage Swarm clusters in DigitalOcean -- To Docker Machine or not to Docker Machine? -- To Terraform or not to Terraform? -- The final verdict -- To DigitalOcean or not to DigitalOcean -- Chapter 14: Creating and Managing Stateful Services in a Swarm Cluster -- Exploring the twelve-factor app methodology -- Setting up a Swarm cluster and the proxy -- Running stateful services without data persistence -- Persisting stateful services on the host -- Persisting stateful services on a Network File System -- Data volume orchestration -- Persisting stateful services with REX-Ray.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Choosing the persistence method for stateful services -- Adding REX-Ray to packer and terraform -- Persisting stateful services without replication -- Persisting stateful services with synchronization and replication -- Persisting docker flow proxy state -- Persisting MongoDB state -- Initializing MongoDB replica set through a swarm service -- What now? -- Chapter 15: Managing Secrets in Docker Swarm Clusters -- Creating secrets -- Consuming secrets -- A real-world example of using secrets -- Using secrets with Docker Compose -- Common ways to use secrets -- What now? -- Appendix: Monitor Your GitHub Repos with Docker and Prometheus -- Docker, Prometheus, and Grafana -- Getting started -- Configuration -- Post configuration -- Install dashboard -- Conclusion -- About the author -- Index.
588 ## - SOURCE OF DESCRIPTION NOTE
Source of description note Description based on publisher supplied metadata and other sources.
590 ## - LOCAL NOTE (RLIN)
Local note Electronic reproduction. Ann Arbor, Michigan : ProQuest Ebook Central, 2024. Available via World Wide Web. Access may be limited to ProQuest Ebook Central affiliated libraries.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Computer software--Development.
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Relationship information Print version:
Main entry heading Farcic, Viktor
Title The DevOps 2.1 Toolkit: Docker Swarm
Place, publisher, and date of publication Birmingham : Packt Publishing, Limited,c2017
797 2# - LOCAL ADDED ENTRY--CORPORATE NAME (RLIN)
Corporate name or jurisdiction name as entry element ProQuest (Firm)
856 40 - ELECTRONIC LOCATION AND ACCESS
Uniform Resource Identifier <a href="https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=4857504">https://ebookcentral.proquest.com/lib/orpp/detail.action?docID=4857504</a>
Public note Click to View

No items available.

© 2024 Resource Centre. All rights reserved.