How to share resource two way from the main container to a sidecar container and vice-versa

22 Views Asked by At

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 ?

0

There are 0 best solutions below