Skip to content

Commit

Permalink
Update content/en/docs/tutorials/configuration/pod-sidecar-containers.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Bannister <tim@scalefactory.com>
  • Loading branch information
SergeyKanzhelev and sftim authored Aug 8, 2024
1 parent eed2de1 commit 874ce3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ by authors of sidecar containers.

Using Kubernetes' native support for sidecar containers provides several benefits:

1. Built-in sidecar containers can run before Init containers.
1. You can configure a native sidecar container to start ahead of {{< glossary_tooltip text="init containers" term_id="init-container" >}}.
2. The built-in sidecar containers can be authored to guarantee that they are terminated last.
Sidecar containers are terminated with a `SIGTERM` signal once all the regular containers
are completed and terminated. If the sidecar container isn’t gracefully shut down, a
Expand Down

0 comments on commit 874ce3c

Please sign in to comment.