Book Image

Mastering Chef Provisioning

By : Earl Waud
Book Image

Mastering Chef Provisioning

By: Earl Waud

Overview of this book

This book will show you the best practices to describe your entire infrastructure as code. With the help of this book you can expand your knowledge of Chef because and implement robust and scalable automation solutions. You can automate and document every aspect of your network, from the hardware to software, middleware, and all your containers. You will become familiar with the Chef’s Chef Provisioning tool. You will be able to make a perfect model system where everything is represented as code beneath your fingertips. Make the best possible use of your resources, and deliver infrastructure as code, making it as versionable, testable and repeatable as application software
Table of Contents (17 chapters)
Mastering Chef Provisioning
Credits
Foreword
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Preface
Index

Provisioning containers in Docker


Now you are going to learn about something a little different, Docker. Docker is a container provider, and although it is not the only container game in town, it is by far the most widely used. You will be able to leverage what you learn in this section to other container platforms as desired. Of course, you don't have to use Docker in the cloud. It is equally viable in the traditional data center, but since it is a fresh re-imagining of virtual environments, I thought it would better fit in a chapter in the clouds.

Containers offer much benefit as an alternative to "traditional" virtual machines. For example, containers are lightweight and can be deployed much more densely than traditional VMs. Containers contain fewer overhead processes, and so they can start up much faster than VMs. There are many advantages that might compel you to want to create your own containers, so let's give provisioning a try with Chef. Of course, you can use a commercial provider...