kubeip
kubeip copied to clipboard
Running as non-root
trafficstars
hi everybody
is it possible to run KubeIP as a non-root user?
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
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
fixed with #151