Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.11 KB

provision-virtlet.md

File metadata and controls

22 lines (14 loc) · 1.11 KB

Virtlet provisioning

Using MCP

Follow the latest instructions how to deploy Kubernetes cluster and then deploy Virtlet Deploy Virtlet on MCP

Using kubeadm-dind-cluster integration

For this workshop you will use kubeadm-dind-cluster cluster. Download a demo.sh script which will deploy Kubernetes and provision Virtlet there.

wget https://raw.githubusercontent.com/Mirantis/virtlet/v1.2.0/deploy/demo.sh
chmod +x demo.sh
MULTI_CNI=1 ./demo.sh

Answer y to the script’s questions and wait until the script completes. The script will create a CirrOS VM for you and display its shell prompt.

Other deployment options

To see how to provision Virtlet on non MCP clusters see the deployment docs