Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.7 KB

INSTRUCTIONS.md

File metadata and controls

37 lines (19 loc) · 1.7 KB

From Docker to Kubernetes: Set Up Instructions

Prerequisites (Docker)

Before beginning this workshop, you must:

docker login

Prerequisites (Kubernetes)

The Really Easy Way (Using Google Kubernetes Engine)

We can run the workshop with GKE (Google Kubernetes Engine), as part of Google Cloud. Google Cloud is one of the big three platform providers (along with AWS and Azure) that serve a lot of the industry - and signup is simple. It's also free, as long as we clean up later.

Instructions are in this link. This is the best way to go!

Use this option if you are less familiar with the command line and want to experiment with Google Cloud.

The Not-so-easy Way (Using Minikube)

If you want to install a single-node Kubernetes cluster on your machine to play with, you can install with Minikube. With this way, you'll be able to see your deployments with your browser.

If you are using a Windows computer, use the instructions here.

Otherwise, if you are using a Mac, use the instructions here.

Use this option if you're more familiar with with the command line. Keep in mind minikube is used for testing from your local machine and could be useful for your kubernetes usecase.