简体   繁体   中英

How to create K8S cluster with non-root user?

How to create K8S cluster with non-root user? Include.. etcd, flannel or Calico, K8S API, kubelet....etc

Regards

Asura

After Docker 19.03, which can be installed as rootless , you also have the experiment rootless-containers/usernetes :

Kubernetes installable under $HOME, without the root privileges

That comes with:

  • Moby (dockerd)
  • Kubernetes
    • dockershim
    • CRI-O
    • containerd
  • Multi-node CNI
    • Flannel (VXLAN)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM