Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 448 Bytes

00-private-cloud-prerequisites.md

File metadata and controls

22 lines (13 loc) · 448 Bytes

Using Multipass to create private cloud environment on Mac.

After you install Multipass on your Mac/Windows see instructions here multipass.run

Launching VM using multipass

multipass launch --name k8s-hardway-18 --mem 5G --disk 20G

multipass exec k8s-hardway-18 /bin/bash

You will get the following prompt

ubuntu@k8s-hardway-18:~\$

Next: prerequisites local cloud setup