I have a main container and a sidecar container inside a pod. I Know main app container and sidecar container share certain resources or data, but they are typically distinct entities with their own memory allocations. Also, sidecar might interact and share resources such as files But I don't want to share my resources using files. Is there any other way ?
I Know main app container and sidecar container share certain resources or data, but they are typically distinct entities with their own memory allocations. Also, sidecar might interact and share resources such as files But I don't want to share my resources using files. Is there any other way ?