-
Hello docker-slim team, I am exploring this tool to reduce the images' size used in our product. We use Helm chart to deploy the applications in our K8s cluster. The images which we deploy can not be run independently with docker run. How can docker-slim help me to analyse the images in this scenario? Can docker-slim interact with a pod deployed in Kubernets and create a slim image? Thanks & Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@anil181 native support for k8s is on the todo list. In the meantime the best option is to create a docker-compose config for your chart. The config maps might need to be converted to config file volume mounts in compose. |
Beta Was this translation helpful? Give feedback.
@anil181 native support for k8s is on the todo list. In the meantime the best option is to create a docker-compose config for your chart. The config maps might need to be converted to config file volume mounts in compose.