Mojaloop local environment setup for Mac
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
brew install kubernetes-clikubectl version
```
2. To install Kubernetes with Docker, follow the steps below;
> RECOMMENDATIONS - Aug 2022
>
> For Windows/MacOS, version [Docker Desktop v4.2.0](https://docs.docker.com/desktop/release-notes/#docker-desktop-420) comes packaged with Kubernetes v1.21.5 which meets the current requirements.
>
* Click on the Docker icon on the status barr
* Select **Preferences**
* Go to **Advanced**
* Increase the CPU allocation to at least 4
* Increase the Memory allocation to at least 8.0 GiB

* Go to **Kubernetes**
* Select **Enable Kubernetes** tick box
* Make sure **Kubernetes** is selected
* Click **Apply**
* Click **Install** on the confirmation tab.
* The option is available to wait for completion or run as a background task.

### 1.2. Kubernetes environment setup
1. List the current Kubernetes context;
```bash
kubectl config get-contextskubectl config use-context docker-desktop