Chef Cookbook - Third Edition
eBook - ePub

Chef Cookbook - Third Edition

Matthias Marschall

Condividi libro
  1. 268 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Chef Cookbook - Third Edition

Matthias Marschall

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

Master over 80 incredibly effective recipes to manage the day-to-day complications in your infrastructureAbout This Book• Immediately apply Devops techniques and methods, then combine them with powerful Chef tools to manage and automate your infrastructure• Address the growing challenges of code management, cloud, and virtualization with Chef quickly• Explore and implement the important aspects of Chef Automate using this recipe-based guideWho This Book Is ForThis book is for system engineers and administrators who have a fundamental understanding of information management systems and infrastructure. It is also for DevOps Engineers, IT professionals, and organizations who want to automate and gain greater control of their infrastructures with Chef. No experience with Chef is needed, but may help.What You Will Learn• Test your cookbooks with Test Kitchen• Manage cookbook dependencies with Berkshelf• Use reporting to keep track of what happens during the execution of chef-client runs across all of the machines• Create custom Ohai and Knife plugins• Build a high-availability service using Heartbeat• Use a HAProxy to load-balance multiple web serversIn DetailChef is a configuration management tool that lets you automate your more cumbersome IT infrastructure processes and control a large network of computers (and virtual machines) from one master server.This book will help you solve everyday problems with your IT infrastructure with Chef. It will start with recipes that show you how to effectively manage your infrastructure and solve problems with users, applications, and automation. You will then come across a new testing framework, InSpec, to test any node in your infrastructure.Further on, you will learn to customize plugins and write cross-platform cookbooks depending on the platform. You will also install packages from a third-party repository and learn how to manage users and applications. Toward the end, you will build high-availability services and explore what Habitat is and how you can implement it.Style and approachThis book follows a recipe-based approach and covers all the important topics you need to know. If you don't want to dig through a whole book before you get started, this book is for you, as it features a set of independent recipes you can try out immediately.

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Chef Cookbook - Third Edition è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Chef Cookbook - Third Edition di Matthias Marschall in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Computer Science e System Administration. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
2017
ISBN
9781786465665
Edizione
3

Chef Cookbook - Third Edition


Table of Contents

Chef Cookbook - Third Edition
Credits
About the Author
About the Reviewer
www.PacktPub.com
eBooks, discount offers, and more
Why Subscribe?
Customer Feedback
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it…
How it works…
There's more…
See also
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Chef Infrastructure
Introduction
Using version control
Getting ready
How to do it…
How it works…
There's more...
See also
Installing the Chef Development Kit on your workstation
How to do it…
How it works…
See also
Using the hosted Chef platform
Getting ready
How to do it…
How it works…
There's more…
See also
Managing virtual machines with Vagrant
Getting ready
How to do it…
How it works…
There's more…
See also
Creating and using cookbooks
Getting ready
How to do it…
How it works…
There's more…
See also
Inspecting files on your Chef server with knife
Getting ready
How to do it…
How it works…
There's more…
See also
Defining cookbook dependencies
Getting ready
How to do it…
How it works…
There's more…
See also
Managing cookbook dependencies with Berkshelf
Getting ready
How to do it…
How it works...
There's more...
See also
Using custom knife plugins
Getting ready
How to do it…
How it works…
There's more...
See also
Deleting a node from the Chef server
Getting ready
How to do it…
How it works...
There's more…
See also
Developing recipes with local mode
Getting ready
How to do it…
How it works…
There's more…
Running knife in local mode
Moving to hosted Chef or your own Chef server
See also
Using roles
Getting ready
How to do it…
How it works...
See also
Using environments
Getting ready
How to do it…
How it works…
There's more…
See also
Freezing cookbooks
Getting ready
How to do it…
How it works…
There's more…
See also
Running the Chef client as a daemon
Getting ready
How to do it…
How it works…
There's more…
2. Evaluating and Troubleshooting Cookbooks and Chef Runs
Introduction
Testing your Chef cookbooks with cookstyle and Rubocop
Getting ready
How to do it…
How it works…
There's more…
See also
Flagging problems in your Chef cookbooks with Foodcritic
Getting ready
How to do it…
How it works…
There's more…
See also
Test-driven development for cookbooks using ChefSpec
Getting ready
How to do it…
How it works…
There's more…
See also
Compliance testing with InSpec
Getting ready
How to do it…
How it works…
There's more…
See also
Integration-testing your Chef cookbooks with Test Kitchen
Getting ready
How to do it…
How it works…
There's more…
See also
Showing affected nodes before uploading cookbooks
Getting ready
How to do it…
How it works…
See also
Overriding a node's run list to execute a single recipe
Getting ready
How to do it...
How it works...
See also
Using chef-shell
How to do it…
How it works…
There's more…
See also
Using why-run mode to find out what a recipe might do
Getting ready
How to do it…
How it works…
See also
Debugging Chef client runs
Getting ready
How to do it…
How it works…
There's more…
See also
Inspecting the results of your last Chef run
Getting ready
How to do it...
How it works...
See also
Using Reporting to keep track of all your Chef client runs
Getting ready
How to do it…
How it works…
There's more…
See also
Raising and logging exceptions in recipes
Getting ready
How to do it...
How it works…
See also
Diff-ing cookbooks with knife
Getting ready
How to do it…
How it works...
There's more…
See also
Using community exception and report handlers
Getting ready
How to do it…
How it works...
There's more…
See also
3. Chef Language and Style
Introduction
Using community Chef style
Getting ready
How to d...

Indice dei contenuti