-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12528 from sig-bsi-grundschutz/sys-1-6-A15
Defined notes for BSI SYS.1.6.A15
- Loading branch information
Showing
3 changed files
with
66 additions
and
6 deletions.
There are no files selected for viewing
39 changes: 39 additions & 0 deletions
39
applications/openshift/networking/configure_network_bandwidth/rule.yml
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
documentation_complete: true | ||
|
||
title: 'Limiting Network Bandwidth in Pods' | ||
|
||
description: |- | ||
Network bandwidth, SHOULD be appropriately reserved and limited. | ||
ocil: |- | ||
Network bandwidth is limited at the pod level and can be determined separately according | ||
to incoming and outgoing network bandwidth. | ||
For more information about limiting network bandwidth on the pod level please refer to the Red Hat documentation: | ||
{{{ weblink(link="https://docs.openshift.com/container-platform/4.17/nodes/pods/nodes-pods-configuring.html#nodes-pods-configuring-bandwidth_nodes-pods-configuring") }}} | ||
Out of the documetation use the example for the network bandwidth configuration of a pod: | ||
<pre> | ||
kind: Pod | ||
apiVersion: v1 | ||
metadata: | ||
name: hello-openshift | ||
annotations: | ||
kubernetes.io/ingress-bandwidth: 2M | ||
kubernetes.io/egress-bandwidth: 1M | ||
spec: | ||
containers: | ||
- image: openshift/hello-openshift | ||
name: hello-openshift | ||
</pre> | ||
severity: unknown | ||
|
||
identifiers: | ||
cce@ocp4: CCE-87610-2 | ||
|
||
ocil_clause: 'Limiting Pod network bandwidth on OCP 4' | ||
|
||
rationale: |- | ||
Extend pod configuration with network bandwidth annotations to prevent | ||
a bad actor or a malfunction in the pod to consume all the bandwidth in the cluster. | ||
A network bandwidth limitation on the pod level can mitigate the bearing onto the cluster. |
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
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 |
---|---|---|
|
@@ -622,7 +622,6 @@ CCE-87595-5 | |
CCE-87597-1 | ||
CCE-87600-3 | ||
CCE-87603-7 | ||
CCE-87610-2 | ||
CCE-87611-0 | ||
CCE-87612-8 | ||
CCE-87613-6 | ||
|