Describe storage risks in readme

This commit is contained in:
Kjeld Schouten-Lebbing 2021-02-16 11:10:33 +01:00 committed by kjeld Schouten-Lebbing
parent 32df0b4d73
commit 39a5e29618
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 3 additions and 0 deletions

3
.github/README.md vendored
View File

@ -37,6 +37,9 @@ A: Portal buttons are current't not implemented very well and are considered "no
- Q: I selected letsencrypt but still get a traefik certificate.<br>
A: Cert Manager might take up to 10 minutes to fetch the right certificate and requires free access to 1.1.1.1:53. Until the right certificate is fetched, it will use the Traefik Default cert.
- Q: Is my data guaranteed to be secure?<br>
A: ix_volumes (the auto generated storage) is considered relatively secure as long as you don't delete the App, but we can't give an absolute guarantee. data mounted using a hostPath, is as secure as the application that is using the data, our charts do not actively alter said dataset/folder. However: SCALE is still ALPHA, so breaking changes in the storage design are very likely.
## Getting into creating Apps
Creating charts takes some getting used to, as it's based on Helm charts. We highly suggest prior knowhow on creation/modifying Helm Charts, before taking on the challenge of creating SCALE Apps.