Book Image

Mastering SaltStack - Second Edition

Book Image

Mastering SaltStack - Second Edition

Overview of this book

SaltStack is a powerful configuration management and automation suite designed to manage servers and tens of thousands of nodes. This book showcases Salt as a very powerful automation framework. We will review the fundamental concepts to get you in the right frame of mind, and then explore Salt in much greater depth. You will explore Salt SSH as a powerful tool and take Salt Cloud to the next level. Next, you’ll master using Salt services with ease in your infrastructure. You will discover methods and strategies to scale your infrastructure properly. You will also learn how to use Salt as a powerful monitoring tool. By the end of this book, you will have learned troubleshooting tips and best practices to make the entire process of using Salt pain-free and easy.
Table of Contents (20 chapters)
Mastering SaltStack Second Edition
Credits
Foreword
About the Author
About the Reviewer
www.PacktPub.com
Preface

Summary


Salt Cloud can be a very powerful tool in the hands of an experienced user. It has moved from its humble beginnings as a simple tool for creating virtual machines to a crucial component of many production infrastructures with complex provisioning needs.

The Salt Cloud configuration can be simple, but it also has the flexibility to be very complex if required. The Salt Bootstrap script is also very powerful but not a one-size-fits-all solution. Fortunately, we can replace it when another solution is better for our needs.

Cloud maps are also very useful for managing infrastructures and they bring with them the power of Salt's renderer system. The reactor system can be used to manage tasks such as starting test suites and updating configuration. Also, when third-party systems manage clouds for you, it is still possible to bring Salt Cloud into the game using autoscale reactors.

In the next chapter, we'll take a look at how Salt works with REST interfaces, both as a client and as a server...