Kamis, 09 Juni 2011

[K273.Ebook] Download PDF Learning Saltstack, by Colton Myers

Download PDF Learning Saltstack, by Colton Myers

We discuss you also the method to obtain this book Learning Saltstack, By Colton Myers without visiting the book store. You can remain to go to the web link that we offer and all set to download and install Learning Saltstack, By Colton Myers When many people are active to seek fro in the book store, you are really easy to download the Learning Saltstack, By Colton Myers right here. So, just what else you will go with? Take the inspiration here! It is not just providing the ideal book Learning Saltstack, By Colton Myers but additionally the appropriate book collections. Right here we consistently provide you the most effective and simplest method.

Learning Saltstack, by Colton Myers

Learning Saltstack, by Colton Myers



Learning Saltstack, by Colton Myers

Download PDF Learning Saltstack, by Colton Myers

This is it the book Learning Saltstack, By Colton Myers to be best seller lately. We provide you the best offer by getting the stunning book Learning Saltstack, By Colton Myers in this website. This Learning Saltstack, By Colton Myers will certainly not just be the kind of book that is difficult to locate. In this website, all sorts of publications are supplied. You could look title by title, author by writer, as well as author by author to discover the best book Learning Saltstack, By Colton Myers that you can read currently.

Just how can? Do you think that you do not require sufficient time to go for purchasing publication Learning Saltstack, By Colton Myers Don't bother! Just rest on your seat. Open your gadget or computer system as well as be on-line. You could open or check out the link download that we offered to obtain this Learning Saltstack, By Colton Myers By in this manner, you could obtain the on the internet publication Learning Saltstack, By Colton Myers Checking out guide Learning Saltstack, By Colton Myers by online can be really done quickly by waiting in your computer system and also gadget. So, you can continue every time you have totally free time.

Reading guide Learning Saltstack, By Colton Myers by online could be additionally done quickly every where you are. It appears that hesitating the bus on the shelter, waiting the list for queue, or various other locations feasible. This Learning Saltstack, By Colton Myers could accompany you because time. It will certainly not make you really feel bored. Besides, by doing this will additionally improve your life quality.

So, simply be right here, discover guide Learning Saltstack, By Colton Myers now as well as read that promptly. Be the very first to read this e-book Learning Saltstack, By Colton Myers by downloading and install in the link. We have some various other books to read in this web site. So, you can discover them additionally easily. Well, now we have actually done to offer you the finest book to check out today, this Learning Saltstack, By Colton Myers is really suitable for you. Never ever overlook that you need this book Learning Saltstack, By Colton Myers to make better life. On the internet book Learning Saltstack, By Colton Myers will actually give very easy of everything to review as well as take the advantages.

Learning Saltstack, by Colton Myers

Learn how to manage your infrastructure by utilizing the power of SaltStack

About This Book
  • Execute commands and enforce the state of your entire infrastructure in seconds.
  • Make managing your servers as easy as visualizing the end goal -- let SaltStack do the heavy lifting through the state system.
  • Learn by doing in this step by step guide to getting started with SaltStack.
Who This Book Is For

If you are a system administrator who manages multiple servers, then you know how difficult it is to keep your infrastructure in line. If you've been searching for an easier way, this book is for you. No prior experience with SaltStack is required.

What You Will Learn
  • Install Salt on all of your servers
  • Run commands on all or some of your minions instantly from a central managing server
  • Write custom Salt modules to handle your infrastructure's unique needs
  • Define the state of your infrastructure and use Salt to enforce that state
  • Create platform-agnostic state definitions for greater flexibility and power
  • Manage virtual servers on public or private clouds using Salt Cloud
  • Use the event system in Salt to create a reactive and self-healing infrastructure
In Detail

SaltStack is one of the best infrastructure management platforms available. It provides powerful tools for defining and enforcing the state of your infrastructure in a clear, concise way.

This book will start with the installation and setup of Salt along with your first commands, and will take you through all the tools you'll need to manage your infrastructure. You'll learn how to use SaltStack's remote execution system to run commands across your whole infrastructure in seconds. Then, with SaltStack's configuration management system, you'll be able to define the state of your infrastructure in a reproducible, stable manner. You'll also learn a number of other tools within SaltStack that will allow you to create an adaptive, reactive, and self-healing infrastructure. Finally, by the end of the book, you'll be able to build a reliable, scalable, secure, high-performance infrastructure and fully utilize the power of cloud computing.

  • Sales Rank: #299291 in Books
  • Published on: 2015-02-27
  • Released on: 2015-01-27
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.25" h x .40" w x 7.50" l, .68 pounds
  • Binding: Paperback
  • 160 pages

About the Author

Colton Myers

Colton Myers is a software engineer living in Salt Lake City, Utah. Since graduating with a BS in computer science from the University of Utah, he has worked professionally writing software in Python. Colton loves working on open source software, and he has represented the US PyCon conference as a speaker multiple times. He is a SaltStack Certified Trainer and has worked on the Salt open source software for years. At the time of writing this book, Colton was working as a platform engineer for SaltStack. You can find him on Twitter and GitHub at @basepi.

Most helpful customer reviews

5 of 5 people found the following review helpful.
More than I expected, definitely thorough, but should be viewed as a beginning.
By Tod Hansmann
I've approached SaltStack several times as dev and sysadmin, and it's always been a confusing mess. So when this book came along I was hoping it was a bit more organized than the docs have ever lead me along with. Let's discuss. I can do a more in-depth version and a short version, let's start long.

In-Depth:

Colton begins with a presentation I've seen in many mediums, installing salt as a master and a minion, and running a few commands remotely. Where this comes across differently is it explains everything extremely thoroughly and in a way that progressively builds on the core concepts to show what's happening and how to interpret things. It assumes nothing.

If that were the end, it would be an improvement, and cover just about everything I've ever seen presented in user groups. For this book it's just the beginning. We're exposed to not only remote execution, but discussion of grains as a concept for organizing your infrastructure beyond names, and states to ensure configuration management happens in a straightforward way. Then he brings in pillars, which is never a concept that made sense when explained in the documentation. Suffice to say, without even having to diagram it out, I followed along perfectly with what pillars were and how to utilize them and even modify them after deployment. Finishing it off with environments, events, and cloud features covers enough bases to manage any infrastructure.

Extension is actually the feature that takes the cake here. Colton thankfully doesn't just explain what Salt is and how to use it. If you've ever done infrastructure management you know it's not enough to just get the off-the-shelf functionality they give you. Here we're exposed to how to extend every aspect of the Salt system, to handle just about any need one would like to run with. You'll need your own YAML and jinja2 primer, but that's not difficult. The extensibility with examples is the value that will make any reader a Salt master by the end of it.

As a technical book, it's more narrative than most code references but still very verbose in the command-line output, so do be prepared to think while you read. Things not covered, if you are concerned with these areas, which I don't think were "missing" to me because they're not important in my mind, but aren't there in case you think they are important:
- Windows
- Any sort of interop beyond the event system
- In-depth security (this is broached so you can do more research if this is important, this just won't BE your research reference)

In all, well worth the price if you have to manage infrastructure. It was more than I hoped for, and is a great beginning to intermediate book.

Summary Review:

If you want to learn and you've seemed confused looking at just about anything, this is a great introduction that carries you along the path to doing something useful and discovering the depth in areas you need. The nice thing about the book is that it exposes you to just about every area of SaltStack I've ever heard anything about, so you can then formulate the possibilities. Not every example is applicable to your infrastructure, far from it, but it is easy to produce with a couple virtual machines and follow along with everything just to learn. Then you can take to the docs to expand.

2 of 2 people found the following review helpful.
Not sure what SaltStack can do for you? Give this book a quick read it is well worth the price.
By Brian Binovsky
I've used Ansible, Chef, Puppet and SaltStack in enterprise networks. SaltStack is a powerful tool which tends to have insufficient advocacy. I bought this book because after a few years using SaltStack I consistently found myself explaining the core concepts of SaltStack to people I was discussing the subject with. Often referencing familiar elements of Chef because Chef has greater advocacy and perhaps more exposure. I found the coverage of this book to be complete without resorting to being daunting to read. It covers the basic setup. It covers the many features and why these features are valuable with decent examples. I found a few aspects about the SaltStack Pillars and SaltStack Grains that could perhaps use a bit more information in the book that would be relevant in the infrastructure and security context (maybe one paragraph would be a good addition). However I am confident that anyone that takes the time to comprehend this book will be able to fill in these missing elements with relevant Internet searches. I have recommended this book several times in person at Meetups and in discussions and I have no issue recommending this book on Amazon. A quick review of my profile will show that I am not overly prone to publicly expressing opinions on most of my purchases. This book and SaltStack was worth the unusual level of recommendation from me as a technical professional and SaltStack user.

2 of 2 people found the following review helpful.
Good resource for those who are new to Salt
By S. H. Cannon
This book introduces the fundamentals of using Salt in a clear and well organized manner. The examples are clear and easy to follow and provide the basics that can allow you to get your environment "salted" in no time. If you are interested in gaining a fundamental understanding of the essential concepts of Salt, this is a quick and easy to read resource that is up to the task.

See all 13 customer reviews...

Learning Saltstack, by Colton Myers PDF
Learning Saltstack, by Colton Myers EPub
Learning Saltstack, by Colton Myers Doc
Learning Saltstack, by Colton Myers iBooks
Learning Saltstack, by Colton Myers rtf
Learning Saltstack, by Colton Myers Mobipocket
Learning Saltstack, by Colton Myers Kindle

Learning Saltstack, by Colton Myers PDF

Learning Saltstack, by Colton Myers PDF

Learning Saltstack, by Colton Myers PDF
Learning Saltstack, by Colton Myers PDF

Tidak ada komentar:

Posting Komentar