Skip to content

GistLabs/aclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Josh Reynolds
Oct 26, 2020
714723f · Oct 26, 2020

History

7 Commits
Oct 26, 2020
Oct 26, 2020
Oct 26, 2020

Repository files navigation

Prequisites

NOTE: All applications can also be installed using homebrew

Required

Recommended

Note: Any code editor will do. Support for python and javascript is ideal.

Configuration

Please enable a kubernetes cluster on your local machine using the docker desktop dashboard.

  1. From the docker desktop tray select Dashboard
  2. Select the gear icon in the upper right
  3. Select Kubernetes from the list on the left
  4. Check the Enable Kubernetes checkbox -- this will take a minute or two to determine if it is running.
  5. Verify installation by runing kubectl get pods --all-namespaces and seeing output of running system containers.

If you run in to trouble no sweat. We will have time to cover this.