File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/en/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ throughout the lifecycle of the pod and can be started and stopped independently
81
81
main container. Unlike [ init containers] ( /docs/concepts/workloads/pods/init-containers/ ) ,
82
82
sidecar containers support [ probes] ( /docs/concepts/workloads/pods/pod-lifecycle/#types-of-probe ) to control their lifecycle.
83
83
84
- These containers can interact directly with the main application containers, sharing
85
- the same network namespace, filesystem, and environment variables . They work closely
86
- together to provide additional functionality.
84
+ Sidecar containers can interact directly with the main application containers, sharing
85
+ the same network namespace, and filesystem . They work closely together to
86
+ provide additional functionality.
87
87
88
88
## Resource sharing within containers
89
89
You can’t perform that action at this time.
0 commit comments