NOTE: All applications can also be installed using homebrew
- Python 3.8+ --
python3 --version-- https://docs.python-guide.org/starting/install3/osx/ --brew install python3 - node.js v12+ --
node --version-- https://nodejs.org/en/download/package-manager/#macos --brew install node - Docker Desktop --
docker --version-- https://docs.docker.com/docker-for-mac/install/ --brew install --cask docker
- VSCode --
code --version-- https://code.visualstudio.com/docs/setup/mac --brew install --cask visual-studio-code
Note: Any code editor will do. Support for python and javascript is ideal.
Please enable a kubernetes cluster on your local machine using the docker desktop dashboard.
- From the docker desktop tray select
Dashboard - Select the gear icon in the upper right
- Select
Kubernetesfrom the list on the left - Check the
Enable Kubernetescheckbox -- this will take a minute or two to determine if it is running. - Verify installation by runing
kubectl get pods --all-namespacesand seeing output of running system containers.
If you run in to trouble no sweat. We will have time to cover this.