This workshop was developed for ACT-W Seattle 2018.
There is a number of open-source software you will need to install to follow along with the workshop.
Minikube is a tool that allows you to run Kubernetes locally on your computer.
You can find install instructions for minikube here. If you use homebrew the easiest thing to do is run this command:
brew cask install minikubeYou can verify you have installed minikube by running:
minikube versionKubectl is the command-line tool for interfacing with Kubernetes. It allows you to deploy and manage your apps.
Installation instructions can be found here. Once again our recommendation is to use homebrew for this:
brew install kubernetes-cliYou can verify you have installed kubectl by running:
kubectl versionIf you would like to walk through the workshop on your own, follow the step-by-step guide.