Done
Details
Assignee
Mykola MarzhanMykola Marzhan(Deactivated)Reporter
Sergey ProninSergey Pronin(Deactivated)Fix versions
Priority
MediumEpic Name
Operators - sidecar containers
Details
Details
Assignee
Mykola Marzhan
Mykola Marzhan(Deactivated)Reporter
Sergey Pronin
Sergey Pronin(Deactivated)Fix versions
Priority
Epic Name
Operators - sidecar containers
Smart Checklist
Smart Checklist
Smart Checklist
Created November 4, 2020 at 8:32 AM
Updated March 5, 2024 at 10:31 AM
Resolved February 4, 2021 at 3:35 PM
Sidecar container pattern allows to modify application functionality and capabilities without changing the main container. It is done by deploying additional containers in the application pod.
Adding this capability is requested by our internal and external users:
Support - to run debugging tools
Engineering - get the logs in one place
Customers - run monitoring sidecar containers of their choice
Example of the implementation:
https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/pull/478