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: modules/k8s-best-practices-one-process-per-container.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Each container should run only one process. Different processes should always be
7
7
8
8
However, OpenShift does support running multiple containers per pod. This can be useful if parts of the application need to share namespaces like networking and storage resources. Additionally, there are other models like launching init containers, sidecar containers, etc. which may justify running multiple containers in a single pod.
9
9
10
-
More information about pods can be found link:https://docs.openshift.com/container-platform/latest/nodes/pods/nodes-pods-using.html[Using pods].
10
+
More information about pods can be found in link:https://docs.openshift.com/container-platform/latest/nodes/pods/nodes-pods-using.html[Using pods].
11
11
12
12
See test case link:https://github.com/test-network-function/cnf-certification-test/blob/main/CATALOG.md#access-control-one-process-per-container[access-control-one-process-per-container]
0 commit comments