From e557a193f56d14b46a03fe0f24d2916c9b70c4c5 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 27 Oct 2020 00:37:07 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 79ea985..ae03c83 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # SeaweedFS Operator +Goals: +* Automatically deploy a SeaweedFS cluster with 3 masters, N volume servers, and M filers with replicated leveldb as filer store. +* Auto rolling upgrade and restart. +* Ingress for volume server, filer and S3, to support HDFS, REST filer, S3 API and cross-cluster replication. +* Support all major cloud Kubernetes: AWS, Google, Azure. + ## Installation ## Development