Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

evry-bergen/kubernetes-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Kubernetes Workshop

In this workshop you will learn how to:

Kubernetes version: 1.6.4

1. Workshop setup

Windows users can follow this step-by-step install guide for Windows.

1.1 Set up Minikube

  1. Download and install VirtualBox.
  2. Download and install kubectl.
  3. Download and install Minikube.
  4. Download and install curl.
  5. Start minikube:
$ minikube start

1.2 Verify your setup

$ minikube version
$ minikube status
$ kubectl version
$ kubectl cluster-info

1.3 Clone this repo

Find a suited directory on your machine to clone this repository.

$ git clone https://github.com/evry-bergen/kubernetes-workshop.git

2. Labs

  1. Creating and Managing Pods
  2. Monitoring and Health Checks
  3. Configurations and Secrets
  4. Creating and Managing Services
  5. Routing Ingress Traffic
  6. Creating and Managing Deployments
  7. Rolling out Updates

3. Reference