Skip to content

Instantly share code, notes, and snippets.

@mschae16
Last active August 15, 2018 18:12
Show Gist options
  • Save mschae16/1e258fd842535c793e4f31eedfe30b8a to your computer and use it in GitHub Desktop.
Save mschae16/1e258fd842535c793e4f31eedfe30b8a to your computer and use it in GitHub Desktop.
Prerequisites for Docker and Kubernetes 101 Workshops

To prepare for the Docker 101 workshop, please install Docker and follow the steps in creating a Dockerhub account.

To prepare for the Kubernetes 101 workshop, please install the following:

Verify your minikube install by running the following commands in your terminal:

$ minikube start and $ minikube stop

The first command will start running a kubernetes cluster on your local machine. The second command will stop that cluster. There's also the Getting started tutorial for minikube if you need further resources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment