You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ certificates/domain.key:
26
26
# Done: Creating docker secrets
27
27
28
28
.PHONY: up-local
29
-
up-local: .init .venv .install-fqdn certificates/domain.crt certificates/domain.key .create-secrets ## deploy osparc ops stacks and simcore, use minio_disabled=1 if minio s3 should not be started (if you have custom S3 set up)
29
+
up-local: .init venv .install-fqdn certificates/domain.crt certificates/domain.key .create-secrets ## deploy osparc ops stacks and simcore, use minio_disabled=1 if minio s3 should not be started (if you have custom S3 set up)
This file documents security measures and their configuration in current code base
4
+
5
+
## Application developer
6
+
7
+
Full list: https://kubernetes.io/docs/concepts/security/application-security-checklist/
8
+
9
+
#### Pod-level securityContext recommendations
10
+
11
+
Enable pod security standard on namespace level:
12
+
* create namespace with labels (examples and explanations https://aro-labs.com/pod-security-standards/)
13
+
* configure pod and container security context to satisfy security standards (read more https://medium.com/dynatrace-engineering/kubernetes-security-part-3-security-context-7d44862c4cfa)
14
+
15
+
## Cluster / OPS developers
16
+
17
+
Full list: https://kubernetes.io/docs/concepts/security/security-checklist/
Copy file name to clipboardExpand all lines: charts/longhorn/README.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
### Can LH be used for critical services (e.g., Databases)?
4
4
5
-
No (as of now). , we should not use it for volumes of critical services.
5
+
No. We should not use it for volumes of critical services.
6
6
7
7
As of now, we should avoid using LH for critical services. Instead, we should rely on easier-to-maintain solutions (e.g., application-level replication [Postgres Operators], S3, etc.). Once we get hands-on experience, extensive monitoring and ability to scale LH, we can consider using it for critical services.
Issue asking LH to clearly document requirements: https://github.com/longhorn/longhorn/issues/11125
41
+
28
42
### Can workloads be run on nodes where LH is not installed?
29
43
30
44
Workloads can run on nodes without LH as long as LH is not restricted to specific nodes via the `nodeSelector` or `systemManagedComponentsNodeSelector` settings. If LH is configured to run on specific nodes, workloads can only run on those nodes.
@@ -48,3 +62,22 @@ Insights into LH's performance:
0 commit comments