Skip to content

SRV Service Discovery

Nico D'Cotta edited this page Aug 24, 2023 · 1 revision

Filer server

The Filer server also accepts SRV records (prepended with dnssrv+) to discover the master server:

 weed filer -master=dnssrv+_http._tcp.seaweedfs-master.consul

where _http._tcp.seaweedfs-master.consul is a DNS SRV record that returns the HTTP port of the master (or, alternatively, the gRPC port minus 10000).

The SRV record may return several master instances in order to join a HA setup. A comma-separated list of SRV records pointing to several master instances is not valid.

Introduction

API

Configuration

Filer

Advanced Filer Configurations

Cloud Drive

AWS S3 API

AWS IAM

Machine Learning

HDFS

Replication and Backup

Messaging

Use Cases

Operations

Advanced

Security

Misc Use Case Examples

Clone this wiki locally