Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 911 Bytes

setup.md

File metadata and controls

42 lines (24 loc) · 911 Bytes

Setting up Kubernetes

Use one of the following as a Kubernetes cluster.

  1. Docker for Desktop with Kubernetes enabled
  2. Minikube
  3. Sign up for free Google Cloud account and get credits worth 300$. This should enable you to create a Kubernetes cluster using GKE and use that for hands on

Install Kubernetes

Minikube

macOS

brew cask install minikube

Linux

curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 \
  && sudo install minikube-linux-amd64 /usr/local/bin/minikube

Docker for Desktop

Go to preferences & enable Kubernetes

GKE

Go to Kubernetes Engine section in Google Cloud console

Go to Kubernetes Engine

Create a Kubernetes cluster.

Install Kubectl

Kubectl installation