Replies: 1 comment 5 replies
-
We have now tried different solutions to host the container in our cluster, but we have come to a halt. Tell me if I'm wrong, but it seems like the container have to run as root user (or at least with some elevated privileges). Even if we give it full write access to the file system (which we would prefer not to), it is unable to unzip the file. To run the container as root user is not an alternative for us. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi team!
I'm trying to use the middleware application on k8s as a deployment, but it seems to need a lot of setup during creation. Like unzupping files and creating folders and such. This becomes a problem for us since we need to give the container full write access, which we normally would not want to do.
Would it be possible to do much of this bootstraping earlier, in the image creation? Due to security restrictions we need to give write access folder by folder, which is becoming complex.
Beta Was this translation helpful? Give feedback.
All reactions