- Mastering Puppet(Second Edition)
- Thomas Uphill
- 141字
- 2021-07-16 13:05:23
Chapter 1. Dealing with Load/Scale
A large deployment will have a large number of nodes. If you are growing your installation from scratch, you might have to start with a single Puppet master. At a certain point in your deployment, a single Puppet master just won't cut it—the load will become too great. In my experience, this limit is around 600 nodes. Puppet agent runs begin to fail on the nodes and catalogs fail to compile. There are two ways to deal with this problem: pide and conquer or conquer by piding.
That is, we can either split up our Puppet master, piding the workload among several machines, or we can make each of our nodes apply our code directly using Puppet agent (this is known as a masterless configuration). We'll examine each of these solutions separately.
推薦閱讀
- 自己動手寫搜索引擎
- GeoServer Cookbook
- Arduino開發實戰指南:LabVIEW卷
- C語言程序設計基礎與實驗指導
- Learning Informatica PowerCenter 10.x(Second Edition)
- 零基礎學C語言第2版
- 持續集成與持續交付實戰:用Jenkins、Travis CI和CircleCI構建和發布大規模高質量軟件
- Odoo 10 Implementation Cookbook
- Mastering PowerCLI
- Python Linux系統管理與自動化運維
- 關系數據庫與SQL Server 2012(第3版)
- C語言程序設計實驗指導與習題精解
- Learning Apache Thrift
- 第五空間戰略:大國間的網絡博弈
- Learning Perforce SCM