Use k8s 1.28 native sidecar for OTEL collector sidecar mode #2376
Labels
area:collector
Issues for deploying collector
enhancement
New feature or request
help wanted
Extra attention is needed
Component(s)
collector
Is your feature request related to a problem? Please describe.
The k8s 1.28 introduced "native sidecar" mode (init-container with
restartPolicy: Always
) https://kubernetes.io/blog/2023/08/25/native-sidecar-containers/.The approach makes sure the sidecar starts/finishes before the application.
Describe the solution you'd like
Use the native sidecar for collector sidecar on k8s 1.28 and above.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: