kubernauts / tk8

CLI to deploy Kubernetes with RKE, EKS or Kubeadm and deploy additional addons
Apache License 2.0
266 stars 48 forks source link

Add Bare Metal/Vagrant Support #91

Closed petermetz closed 5 years ago

petermetz commented 5 years ago

Is there any plans to support the pulling up of a cluster on bare metal/Vagrant based environments?

arashkaffamanesh commented 5 years ago

The bare-metal provisioner is here as an addon: https://github.com/kubernauts/tk8-provisioner-baremetal and as I remember it was tested on vagrant boxes as well.

Our own development cluster is currently built with RancherOS on bare metal running RKE on top with MetalLB support. This is the way which we recommend to go with at this time for bare metal.