1 个仓库
The process of synchronizing container network addresses and labels with external discovery backends.
Distinct from Container Label Discovery: Focuses on the actual registration of container metadata for network discovery, not DI module registration.
Explore 1 awesome GitHub repository matching devops & infrastructure · Container Metadata Registration. Refine with filters or upvote what's useful.
Registrator 是一个动态服务发现工具和元数据同步器,充当 Docker 容器与外部服务发现注册中心之间的桥梁。它会自动在这些后端中注册和注销容器,以确保网络地址和服务列表实时准确。 该项目利用可插拔的适配器架构来支持各种外部注册中心后端。它采用格式化引擎将容器标签和环境变量处理为结构化的服务描述,并使用基于标签的过滤来确定哪些容器需要同步。 该系统通过事件跟踪和定期状态协调来监控容器生命周期,以移除失效条目并保持注册中心的一致性。它还包括健康监控功能,通过 TCP 或 Unix Socket 更新生存时间(TTL)值并验证服务的可达性。
Synchronizes container network addresses and metadata with external discovery backends to enable cross-network discovery.