scale: increase production replicas to 4 pods
With Horde's distributed supervision, devices will automatically distribute ~25% per pod across all 4 replicas. Benefits: - 4x horizontal scaling for device monitoring and SNMP polling - Better fault tolerance (can lose 3 pods and still operate) - Automatic load balancing via consistent hashing - Each device still polls from exactly ONE pod (no duplicates)
This commit is contained in:
parent
3cc69c9250
commit
cafca82dd4
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ metadata:
|
|||
name: towerops
|
||||
namespace: towerops
|
||||
spec:
|
||||
replicas: 2
|
||||
replicas: 4
|
||||
strategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue