/kubernetes-workshop

Files supporting the Kubernetes workshop.

Primary LanguageHTMLApache License 2.0Apache-2.0

Kubernetes Workshop

Files supporting Kubernetes workshop sessions.

Each directory contains a dedicated ReadMe file.

Dependencies

  • Minikube (Version: v1.15.1)
  • kubectl (Version v1.19.3)

Common executions

Start a local cluster with Minikube:

minikube start --vm-driver=virtualbox --memory 5120 --kubernetes-version v1.18.3

Enable dashboard:

minikube dashboard

Enable Minikube tunnel for Load-Balancing services:

minikube tunnel

The tunnel simulates a load-balancer from an actual cloud service provider.