- Puppet 5 Essentials(Third Edition)
- Martin Alfke Felix Frank
- 162字
- 2021-07-02 18:22:24
Puppet Server and 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 server/agent structure. It's worth noting, however, that applying standalone manifests that are independent of your overall Puppet design can always be useful.
Under the server/agent paradigm, you will typically install the Puppet agent software on all nodes under your care and make them call the server, which is yet another Puppet installation. The server will compile the appropriate manifests and effectively remotely control the agents. Both the agent and the server authenticate themselves using trusted SSL certificates.
This chapter covers the following topics:
- The Puppet server
- Setting up the Puppet agent
- Performance optimizations
- Completing the stack with PuppetDB
- The Puppet CA
- JavaScript+DHTML語法與范例詳解詞典
- Learning AWS Lumberyard Game Development
- 你不知道的JavaScript(中卷)
- Scala for Machine Learning(Second Edition)
- TMS320LF240x芯片原理、設計及應用
- Django實戰:Python Web典型模塊與項目開發
- Angular應用程序開發指南
- Python 快速入門(第3版)
- 情境微課開發(第2版)
- Puppet Essentials
- 新手學ASP動態網頁開發
- 活文檔:與代碼共同演進
- 軟件測試實用教程
- 零基礎學Visual Basic第2版
- Swift Essentials