We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5b731 commit 999fda3Copy full SHA for 999fda3
keps/sig-node/0753-sidecarcontainers.md
@@ -830,7 +830,9 @@ better or more elegant in Kubernetes.
830
While some things might be possible to move to daemonset or others, it is not
831
possible for all applications. For example some apps are not multi-tenant and
832
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.
+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.).
836
837
While this is an option, is not possible or extremely costly for several use
838
cases.
0 commit comments