Best alternative to kube-up for installation in barematels

hi team

I would like to deploy Kubernetes in Barematel server similar to kube-up project(deploying using shell scripts).

I have seen the hardway project(https://github.com/kelseyhightower/kubernetes-the-hard-way).
But It is deploying all the components as services instead of containers. Is there any way to deploy kubernetes components as containers through simple bootstrapping way for barematel.

Any help would be much appreciated.

Kubeadm does deploy only kubelet as service and everthing else as a container. You might want to give it a try.

Make sure to read and understand the differences of a single master and multi master installation.

Thanks @meyay

Can I assume kubeadm is the replacement for kube-up project ?