Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 748 Bytes

01-prerequisites.md

File metadata and controls

22 lines (14 loc) · 748 Bytes

Prerequisites

VirtualBox

This tutorial leverages the VirtualBox to streamline provisioning of the compute infrastructure required to bootstrap a Kubernetes cluster from the ground up. Click to download and install VirtualBox.

Vagrant

使用 Vagrant 管理虚拟机资源,使用 vagrant-hosts 插件管理虚拟机中的/etc/hosts文件。

vagrant plugin install vagrant-hosts

output

Installing the 'vagrant-hosts' plugin. This can take a few minutes...
Installed the plugin 'vagrant-hosts (2.8.0)'!

Next: Installing the Client Tools