diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-03-03 00:09:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-03 00:09:33 -0800 |
| commit | 61cc11a90f25bdd7b46f347e4c97e0bbb94dba74 (patch) | |
| tree | 6a6d15b9de88ac320b2b1924e4c682a483317b32 /k8s/README.md | |
| parent | 9b7dae803701dc6b2368a85c24cd818c7277e59d (diff) | |
| parent | b058867852287c06d0b06a2bb07de83c1ccb9df9 (diff) | |
| download | seaweedfs-61cc11a90f25bdd7b46f347e4c97e0bbb94dba74.tar.xz seaweedfs-61cc11a90f25bdd7b46f347e4c97e0bbb94dba74.zip | |
Merge pull request #1213 from LazyDBA247-Anyvision/add-k8s-helm-chart
SEAWEEDFS-K8S: helm chart
Diffstat (limited to 'k8s/README.md')
| -rw-r--r-- | k8s/README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/k8s/README.md b/k8s/README.md new file mode 100644 index 000000000..5ec3ab407 --- /dev/null +++ b/k8s/README.md @@ -0,0 +1,23 @@ +## SEAWEEDFS - helm chart (2.x) + +### info: +* master/filer/volume are stateful sets with anti-affinity on the hostname, +so your deployment will be spread/HA. +* chart is using memsql(mysql) as the filer backend to enable HA (multiple filer instances) +and backup/HA memsql can provide. +* mysql user/password are created in a k8s secret (secret-seaweedfs-db.yaml) and injected to the filer +with ENV. +* cert config exists and can be enabled, but not been tested. + +### current instances config (AIO): +1 instance for each type (master/filer/volume/s3) + +instances need node labels: +* sw-volume: true (for volume instance, specific tag) +* sw-backend: true (for all others, as they less resource demanding) + +you can update the replicas count for each node type in values.yaml, +need to add more nodes with the corresponding label. + +most of the configuration are available through values.yaml + |
