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)