- Puppet:Mastering Infrastructure Automation
- Felix Frank Martin Alfke Alessandro Franceschi Jaime Soriano Pastor Thomas Uphillis
- 165字
- 2021-07-09 18:59:01
Chapter 2. The Master and Its Agents
So far, you have dealt with some concise Puppet manifests that were built to model some very specific goals. By means of the puppet apply
command, you can use such snippets on any machine in your infrastructure. This is not the most common way of using Puppet though, and this chapter will introduce you to the popular master/agent structure. It's worth noting, however, that applying standalone manifests can always be useful, which are independent of your overall Puppet design.
Under the master/agent paradigm, you will typically install the Puppet agent software on all nodes under your care and make them call the master, which is yet another Puppet installation. The master will compile the appropriate manifests and effectively remotely control the agents. Both the agent and the master authenticate themselves using trusted SSL certificates.
This chapter covers the following topics:
- The Puppet master
- Setting up the Puppet Agent
- Performance considerations
- Using Passenger with Nginx
- SSL troubleshooting
- Linux核心技術從小白到大牛
- 正則表達式經典實例(第2版)
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- 移動界面(Web/App)Photoshop UI設計十全大補
- Python數據結構與算法(視頻教學版)
- OpenResty完全開發指南:構建百萬級別并發的Web應用
- Java語言程序設計教程
- Mockito Essentials
- Instant Apache Camel Messaging System
- Clojure High Performance Programming(Second Edition)
- PHP項目開發全程實錄(第4版)
- TypeScript High Performance
- Visual Basic程序設計
- 軟件測試
- Real-time Web Application Development using Vert.x 2.0