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

VMware provisioning


VMware is the blue 600-pound gorilla in the data center. If you have any exposure to virtualization in a corporate setting, then the odds are that you have worked extensively with VMware's product line.

Since early 2000s, VMware has had an ever-increasing presence in the data center, which started initially as a way to deliver more computing power in the same space through server consolidation. Then, VMware continued to grow as a way to provide faster server provisioning to meet the ever-increasing demands for rapid deployment.

And now, VMware is the fast, fault-tolerant, and highly available on-site data center cloud provider. Regardless of the reasons, VMware virtualization environments are here to stay in our data centers (at least in the short term).

Because of this, you will need to be able to leverage Chef to manage the configuration of all VMware virtual machines.

Since VMware deployments are such a common part of the traditional data center, I am not going to take...