Skip to content

Commit 999fda3

Browse files
committed
sidecar: Trivial clarification
Signed-off-by: Rodrigo Campos <[email protected]>
1 parent 0c5b731 commit 999fda3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

keps/sig-node/0753-sidecarcontainers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,9 @@ better or more elegant in Kubernetes.
830830
While some things might be possible to move to daemonset or others, it is not
831831
possible for all applications. For example some apps are not multi-tenant and
832832
this can not be an option security-wise. Or some apps would still like to have a
833-
sidecar that adds some metadata, for example.
833+
sidecar that adds some metadata, for example, or just uses a simple sidecar
834+
(like file uploading after containers finish in a Job, or create/update some
835+
files in shared emptyDir volumes, etc.).
834836

835837
While this is an option, is not possible or extremely costly for several use
836838
cases.

0 commit comments

Comments
 (0)