kubeip icon indicating copy to clipboard operation
kubeip copied to clipboard

Running as non-root

Open bygui86 opened this issue 1 year ago • 2 comments
trafficstars

hi everybody

is it possible to run KubeIP as a non-root user?

bygui86 avatar May 08 '24 16:05 bygui86

KubeIP doesn't require root user (in Docker container) You can create your own container with KubeIP agent and run it as any user Can also submit a PR for the Dockerfile if you want

alexei-led avatar May 08 '24 18:05 alexei-led

hi @alexei-led thanks for your reply I will try to come up with a MR with security enhancements like:

  • running as non root in Dockerfile
  • pod securityContext
  • container securityContext

bygui86 avatar May 10 '24 08:05 bygui86

fixed with #151

alexei-led avatar May 15 '24 09:05 alexei-led