# Installation

## Install Docker Desktop

For containerizing applications on your desktop in an easy way and to setup the Kubenetes cluster environment.

#### Visit the website and follow the instructions given.

<https://www.docker.com/products/docker-desktop>

## Install VirtualBox

Virtualbox is a virtualization tool that allows users and administrators to easily run multiple guest operating systems on a single host.

**Choose OS X hosts for Mac OS and proceed with the instructions given.**

<https://www.virtualbox.org/wiki/Downloads>

## Install Kubernetes

Choose **Install kubectl for Mac OS** to begin your installation

<https://kubernetes.io/releases/download/>

## Install Minikube

Choose your system configurations and follow the commands given to complete with your Minikube installation.

<https://minikube.sigs.k8s.io/docs/start/>
