doitintl / kubeip

Assign static public IPs to Kubernetes nodes (GKE, EKS)

Home Page:https://kubeip.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Running as non-root

bygui86 opened this issue · comments

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