Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
544cbda0
Verified
Commit
544cbda0
authored
1 year ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
triage out kubernetes (
team#40478
)
parent
ca67d9fd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
policy/tpa-rfc-56-large-file-storage.md
+16
-5
16 additions, 5 deletions
policy/tpa-rfc-56-large-file-storage.md
with
16 additions
and
5 deletions
policy/tpa-rfc-56-large-file-storage.md
+
16
−
5
View file @
544cbda0
...
...
@@ -197,11 +197,6 @@ Counter examples:
just throwing ideas out there.
in kubernetes, assuming we might want to go there:
*
<https://longhorn.io/>
\-
k8s volumes, native-only, no legacy support?
*
<https://rook.io/>
\-
ceph operator
object storage options:
*
[
minio
][]
: suggested/shipped by gitlab omnibus now?
...
...
@@ -356,6 +351,22 @@ some storm brewing there.
[
this hacker news discussion
]:
https://news.ycombinator.com/item?id=32148007
[
licensing dispute
]:
https://blocksandfiles.com/2023/03/26/we-object-minio-says-no-more-open-license-for-you-weka/
## Kubernetes
In Kubernetes, storage is typically managed by some sort of operator
that provides volumes to the otherwise stateless "pods" (collections
of containers). Those, in turn, are then designed to offer large
storage capacity that automatically scales as well. Here are two
possible options:
*
<https://longhorn.io/>
- Kubernetes volumes, native-only, no legacy support?
*
<https://rook.io/>
- Ceph operator
Those were not evaluated any further. Kubernetes itself is quite a
beast and seems overkill to fix the immediate problem at hand,
although it could be interesting to manage our growing fleet of
containers eventually.
# Costs
# Approval
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment