Intro to Kubernetes Workshop

Kubernetes Version: 1.0.1

The slides from this workshop are hosted online

Course Outline

Kubernetes Core Concepts

  • container
  • pod
  • label
  • service
  • network

Kubernetes Infrastructure

  • CoreOS
  • Docker
  • etcd
  • flannel
  • Kubernetes master
  • Kubernetes node

Client tools

  • gcloud
  • kubectl

Labs

Kubernetes Core Components

  • kubelet
  • proxy
  • apiserver
  • scheduler
  • replication controller

Labs

Managing Applications with Kubernetes

  • Kubernetes API
  • kubectl

Labs

Links