Tools / Apache HertzBeat Interview Questions
How does public collector mode differ from private cloud-edge mode?
Public mode puts a collector into a shared pool that serves any monitor reachable from the main network the manager operates on — tasks are distributed across these collectors purely for scale and load balancing.
Private mode is used for cloud-edge collaboration: the collector is deployed inside an isolated network segment (a branch office, a customer's private cloud, an air-gapped environment) and dedicated to monitoring targets only reachable from inside that segment. It connects outward to the central manager using the MANAGER_HOST setting, so the isolated network never needs inbound access opened to it.
More Related questions...