Cargando…

DevOps automation cookbook : over 120 recipes covering key automation techniques through code management and virtualization offered by modern infrastructure-as-a-service solutions /

Over 120 recipes covering key automation techniques through code management and virtualization offered by modern Infrastructure as a Service About This Book Use some of the powerful tools that have emerged to enable systems administrators and developers to take control and automate the management, m...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Duffy, Michael (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2015.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn932322958
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 151216s2015 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d N$T  |d IDEBK  |d YDXCP  |d EBLCP  |d VT2  |d COO  |d DEBBG  |d DEBSZ  |d IDB  |d TEFOD  |d OCLCQ  |d MERUC  |d OCLCQ  |d CEF  |d OCLCQ  |d UAB  |d RDF  |d OCLCQ  |d OCLCO  |d OCLCQ  |d QGK  |d OCLCO 
019 |a 930996393  |a 931007603  |a 1259168545 
020 |a 9781784398392  |q (electronic bk.) 
020 |a 178439839X  |q (electronic bk.) 
020 |z 1784392820 
020 |z 9781784392826 
029 1 |a CHNEW  |b 000893870 
029 1 |a CHVBK  |b 374530270 
029 1 |a DEBBG  |b BV043627519 
029 1 |a DEBBG  |b BV043968405 
029 1 |a DEBSZ  |b 473873281 
029 1 |a DEBSZ  |b 485789043 
029 1 |a GBVCP  |b 882847996 
035 |a (OCoLC)932322958  |z (OCoLC)930996393  |z (OCoLC)931007603  |z (OCoLC)1259168545 
037 |a CL0500000688  |b Safari Books Online 
037 |a 5C2BAE92-2754-4A0F-9B69-E3F92F0DE40D  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.9.D35 
072 7 |a COM  |x 014000  |2 bisacsh 
082 0 4 |a 005.7/3  |2 23 
049 |a UAMI 
100 1 |a Duffy, Michael,  |e author. 
245 1 0 |a DevOps automation cookbook :  |b over 120 recipes covering key automation techniques through code management and virtualization offered by modern infrastructure-as-a-service solutions /  |c Michael Duffy. 
246 3 0 |a Over 120 recipes covering key automation techniques through code management and virtualization offered by modern infrastructure-as-a-service solutions 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2015. 
300 |a 1 online resource (1 volume) :  |b illustrations 
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 
490 1 |a Quick answers to common problems 
588 0 |a Online resource; title from cover (Safari, viewed December 14, 2015). 
500 |a Includes index. 
505 0 |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Basic Command Line Tools; Introduction; Controlling network interfaces; Monitoring network details with the IP command; Monitoring connections using the ss command; Gathering basic OS statistics; Viewing historical resource usage with SAR; Installing and configuring a Git client; Creating an SSH key for Git; Using ssh-copy-id to copy keys; Creating a new Git repository; Cloning an existing Git repository; Checking changes into a Git repository 
505 8 |a Pushing changes to a Git remoteCreating a Git branch; Chapter 2: Ad Hoc Tasks with Ansible; Introduction; Installing an Ansible control node on Ubuntu; Installing an Ansible control node on CentOS; Creating an Ansible inventory; Using the raw module to install python-simplejson; Installing packages with Ansible; Restarting services using Ansible; Executing freeform commands with Ansible; Managing users with Ansible; Managing SSH keys with Ansible; Chapter 3: Automatic Host builds; Introduction; Creating an Apt mirror using aptly; Automated installation using PXE boot and a Preseed file 
505 8 |a Automating post-installation tasksChapter 4: Virtualization with VMware ESXi; Introduction; Installing ESXi; Installing and using the vSphere Client; Allowing SSH access to ESXi; Creating a new guest; Allocating resources to a guest; Using the ESXi command line to start, stop, and destroy guests; Managing command-line snapshots; Tuning the host for guest performance; Chapter 5: Automation with Ansible; Introduction; Installing Ansible; Creating a scaffold Playbook; Creating a common role; Creating a webserver using Ansible and Nginx 
505 8 |a Creating an application server role using Tomcat and AnsibleInstalling MySQL using Ansible; Installing and managing HAProxy with Ansible; Using ServerSpec to test your Playbook; Chapter 6: Containerization with Docker; Introduction; Installing Docker; Pulling an image from the public Docker registry; Performing basic Docker operations; Running a container interactively; Creating a Dockerfile; Running a container in detached mode; Saving and restoring a container; Using the host only network; Running a private Docker registry; Managing images with a private registry 
505 8 |a Chapter 7: Using Jenkins for Continuous DeploymentIntroduction; Installing Jenkins; Installing the Git plugin; Installing a Jenkins slave; Creating your first Jenkins job; Building Docker containers using Jenkins; Deploying a Java application to Tomcat with zero downtime using Ansible; Chapter 8: Metric Collection with InfluxDB; Introduction; Installing InfluxDB; Creating a new InfluxDB database; Logging events with the InfluxDB REST API; Gathering host statistics with Telegraf; Exploring data with the InfluxDB data explorer; Installing Grafana; Creating dashboards with Grafana 
520 |a Over 120 recipes covering key automation techniques through code management and virtualization offered by modern Infrastructure as a Service About This Book Use some of the powerful tools that have emerged to enable systems administrators and developers to take control and automate the management, monitoring, and creation of complex infrastructures Covers some of the most exciting technologies available to DevOps engineers, and demonstrates multiple techniques for using them A hands-on guide filled with clear examples and multiple methodologies to demonstrate the various DevOps tools available Who This Book Is For If you are a systems administrator or developer who is keen to employ DevOps techniques to help with the day-to-day complications of managing complex infrastructures, then this book is for you. No prior knowledge of DevOps tools is required. What You Will Learn Manage, use, and work with code in the Git version management system Manage the life cycle of hosts, from creation to on-going management, using Puppet Razor Create hosts automatically using a simple combination of TFTP, DHCP, and pre-seeds Implement virtual hosts using the ubiquitous VMware ESXi hypervisor Control configuration using the powerful and popular Ansible configuration management system Develop powerful, consistent, and portable containers using Docker Track trends, discover data, and monitor key systems using InfluxDB, syslog, and Sensu Deal efficiently with powerful cloud infrastructures using the Amazon AWS Infrastructure as a Service and the Heroku Platform as a Service In Detail There has been a recent explosion in tools that allow you to redefine the delivery of infrastructure and applications, using a combination of automation and testing to deliver continuous deployment. DevOps has garnered interest from every quarter, and is rapidly being recognized as a radical shift, as large as the Agile movement for the delivery of software. This book takes a collection of some of the coolest software available today and shows you how to use it to create impressive changes to the way you deliver applications and software. It tackles the plethora of tools that are now available to enable organizations to take advantage of the automation, monitoring, and configuration management techniques that define a DevOps-driven infrastructure. Starting off with the fundamental command-line tools that every DevOps enthusiast must know, this book will guide you through the implementa... 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Data structures (Computer science) 
650 0 |a Automation. 
650 2 |a Automation 
650 6 |a Structures de données (Informatique) 
650 6 |a Automatisation. 
650 7 |a automation.  |2 aat 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a Automation  |2 fast 
650 7 |a Data structures (Computer science)  |2 fast 
776 0 8 |i Print version:  |n Druck-Ausgabe  |t Duffy, Michael. DevOps Automation Cookbook 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1104607  |z Texto completo 
938 |a EBSCOhost  |b EBSC  |n 1104607 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33307376 
938 |a YBP Library Services  |b YANK  |n 12724784 
994 |a 92  |b IZTAP