Files
kubernetes-the-hard-way/docs/01-prerequisites.md

29 lines
633 B
Markdown
Raw Normal View History

2017-08-28 14:19:25 -07:00
# Prerequisites
2019-03-20 12:34:49 +08:00
## VM Hardware Requirements
2017-08-28 14:19:25 -07:00
2019-03-20 12:34:49 +08:00
8 GB of RAM (Preferebly 16 GB)
50 GB Disk space
2017-08-28 14:19:25 -07:00
2019-03-20 12:34:49 +08:00
## Virtual Box
2017-08-28 14:19:25 -07:00
2019-03-20 12:34:49 +08:00
Download and Install [VirtualBox](https://www.virtualbox.org/wiki/Downloads) on any one of the supported platforms:
2017-08-28 14:19:25 -07:00
2019-03-20 12:34:49 +08:00
- Windows hosts
- OS X hosts
- Linux distributions
- Solaris hosts
2017-08-28 14:19:25 -07:00
2019-03-20 12:34:49 +08:00
## Vagrant
2017-08-28 14:19:25 -07:00
2019-03-20 12:34:49 +08:00
Once VirtualBox is installed you may chose to deploy virtual machines manually on it.
Vagrant provides an easier way to deploy multiple virtual machines on VirtualBox more consistenlty.
2017-08-28 14:19:25 -07:00
2019-03-20 12:34:49 +08:00
Download and Install [Vagrant](https://www.vagrantup.com/) on your platform.
2017-08-28 14:19:25 -07:00
2019-03-20 12:34:49 +08:00
- Windows
- Debian
- Centos
- Linux
- macOS
- Arch Linux