Docker sidecars are amazingly versatile
When working with containerized services, you quickly run into a problem — how do you add extra functionality to your service when the image is supposed to be ephemeral and efficient? Usually, you would add an API, a shared library, or some other building block inside your code so thatyou can call upon it for help. But you can't do that with Docker, because often the containers aren't under your control, and you have to build outside of it.
When working with containerized services, you quickly run into a problem — how do you add extra functionality to your service when the image is supposed to be ephemeral and efficient? Usually, you would add an API, a shared library, or some other building block inside your code so thatyou can call upon it for help. But you can’t do that with Docker, because often the containers aren’t under your control, and you have to build outside of it.
Jane Smith
Los Angeles
Los Angeles
Published by: aplhsindia.in
