-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,43 @@ | ||
# Deploying on Kubernetes | ||
|
||
This guide explains how to deploy the Sensitive Data Archive (SDA) in kubernetes. | ||
|
||
> TODO: | ||
> This guide is a stub and has yet to be finished. | ||
> If you have feedback to give on the content you would like to see, please contact us on | ||
> [github](https://github.com/neicnordic/neic-sda)! | ||
|
||
## Guide summary | ||
|
||
This guide explains how to deploy the Sensitive Data Archive (SDA) in kubernetes. | ||
- What it intends to cover | ||
- What to expect, scope, explain level of details | ||
- How self-contained the guide is | ||
- Examples expected to work directly or not, must be configured (example configs, most updated version?) | ||
|
||
## Local security / zone considerations | ||
|
||
- Differences in deployment make concrete examples challenges, explain what can be exemplified and what not in this guide | ||
|
||
## Charts overview | ||
|
||
## System requirements | ||
|
||
- k8s/helm minimal versions | ||
- rough estimate of hardware resources | ||
|
||
## Minimal working configuration | ||
|
||
## Security issues | ||
|
||
- Enabling TLS example | ||
- Secret handling example | ||
|
||
## Network policies | ||
|
||
- DNS names and ingress for services | ||
|
||
## Complementary services | ||
|
||
- sda-auth, sda-doa, sda-download | ||
|
||
|