I'm installing a kubernetes cluster on raspberry pis with hypriotOS. During the installation process, I have to only install kubeadm by using
apt-get install kubeadm
Can someone explain to me what kudeam actually does? I already read about bootstrapping in the documentation, but I don't understand exactly. I'm also wondering why I only have to install kubeadm, since it is written in the documentation that:
kubeadm will not install or manage kubelet or kubectl
After the installation I can use kubectl etc. without having installed it explicitly like
apt-get install kubeadm kubectl kubelet kubernetes-cni