Skip to main content
Version: v2.0.2

Manager

It plays the role of manager in the multi-P2P cluster deployment process. Used to manage the dynamic configuration that each module depends on, and provide keepalive and metrics functions.

Features

  • Stores dynamic configuration for consumption by cdn cluster, scheduler cluster and dfdaemon
  • Maintain the relationship between cdn cluster and scheduler cluster
  • Provide async task management features for image preheat combined with harbor
  • Keepalive with scheduler instance and cdn instance
  • Filter the optimal scheduler cluster for dfdaemon
  • Provides a visual console, which is helpful for users to manage the P2P cluster

Relationship

  • CDN cluster and Scheduler cluster have a 1:N relationship
  • CDN cluster and CDN instance have a 1:N relationship
  • Scheduler cluster and Scheduler instance have a 1:N relationship

Manage multiple P2P networks

Manager can manage multiple P2P networks. Usually, a P2P network includes a scheduler cluster, a cdn clsuter and many dfdaemons. The service network must be available in a P2P network.

manage-multiple-p2p-networks